mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
web + ui: Pass init cookie from server to client
This commit is contained in:
5
pkg/server/web/app_json.go
Normal file
5
pkg/server/web/app_json.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package web
|
||||
|
||||
type jsonAppConfig struct {
|
||||
MonitorVisible bool `json:"monitor-visible"`
|
||||
}
|
||||
Reference in New Issue
Block a user