mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-27 03:55:54 +00:00
8 lines
225 B
Go
8 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
|