API: Improve code docs
This commit is contained in:
parent
6911c9f78b
commit
b14d7d140a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func MarkUploadAsFavorite(fileName string) {
|
|||
log.Infof("webdav: marked %s as favorite", txt.Quote(filepath.Base(fileName)))
|
||||
}
|
||||
|
||||
// ANY /webdav/*
|
||||
// WebDAV handles any requests to /originals|import/*
|
||||
func WebDAV(path string, router *gin.RouterGroup, conf *config.Config) {
|
||||
if router == nil {
|
||||
log.Error("webdav: router is nil")
|
||||
|
|
Loading…
Reference in a new issue