feat(dbfs): set default share shortcut for new users

This commit is contained in:
Aaron Liu
2025-05-23 15:39:57 +08:00
parent 9f5ebe11b6
commit c6ee3e5dcd
7 changed files with 104 additions and 7 deletions

View File

@@ -261,7 +261,6 @@ func (service *WopiService) PutContent(c *gin.Context, isPutRelative bool) error
if isPutRelative {
c.JSON(http.StatusOK, PutRelativeResponse{
Name: res.Name,
Url: "http://docker.host.internal:5212/explorer/viewer?uri=",
})
}
return nil