mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
API: Add const, func, and struct comments for easier troubleshooting
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -24,6 +24,7 @@ import (
|
||||
"github.com/photoprism/photoprism/pkg/txt"
|
||||
)
|
||||
|
||||
// UploadPath is the root directory underneath which user uploads are staged.
|
||||
const (
|
||||
UploadPath = "/upload"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user