mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
12 lines
142 B
Go
12 lines
142 B
Go
//go:build debug
|
|
|
|
package server
|
|
|
|
import (
|
|
"github.com/photoprism/photoprism/internal/api"
|
|
)
|
|
|
|
func init() {
|
|
registerAPIDocs = api.GetDocs
|
|
}
|