mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-05 16:57:17 +08:00
9 lines
225 B
Go
9 lines
225 B
Go
/*
|
|
Package api contains REST request handlers used by the server package.
|
|
|
|
Additional information concerning the API can be found in our Developer Guide:
|
|
|
|
https://github.com/photoprism/photoprism/wiki/REST-API
|
|
*/
|
|
package api
|