mirror of
https://github.com/photoprism/photoprism.git
synced 2025-11-02 13:04:17 +08:00
9 lines
219 B
Go
9 lines
219 B
Go
/*
|
|
Package server contains REST server routes and configuration.
|
|
|
|
Additional information concerning the API can be found in our Developer Guide:
|
|
|
|
https://github.com/photoprism/photoprism/wiki/REST-API
|
|
*/
|
|
package server
|