2018-10-31 02:42:54 +01:00
|
|
|
/*
|
|
|
|
Package api contains REST request handlers used by the server package.
|
|
|
|
|
2018-11-06 11:10:57 +01:00
|
|
|
Additional information concerning the API can be found in our Developer Guide:
|
|
|
|
|
|
|
|
https://github.com/photoprism/photoprism/wiki/REST-API
|
2018-10-31 02:42:54 +01:00
|
|
|
*/
|
|
|
|
package api
|