This commit is contained in:
Astra 2024-05-27 17:58:30 +01:00
parent 39ebac8aa4
commit 46591ba762
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,8 @@
package photoprism
type Config struct {
Config *Options `json:"config"`
Config *Options `json:"config"`
AccessToken string `json:"access_token"`
}
type Options struct {