API: Add const, func, and struct comments for easier troubleshooting

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-09-30 22:02:43 +02:00
parent bbf6580512
commit 983cbb50ff
6 changed files with 23 additions and 6 deletions

View File

@@ -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"
)