mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
5 lines
87 B
Go
5 lines
87 B
Go
package frontend
|
|
|
|
// Config values for Web frontend
|
|
type Config map[string]interface{}
|