mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-04 21:44:54 +00:00
hide banner
This commit is contained in:
@@ -12,7 +12,9 @@ var intanceOnce sync.Once
|
||||
|
||||
func GetApp() *pocketbase.PocketBase {
|
||||
intanceOnce.Do(func() {
|
||||
instance = pocketbase.New()
|
||||
instance = pocketbase.NewWithConfig(pocketbase.Config{
|
||||
HideStartBanner: true,
|
||||
})
|
||||
})
|
||||
|
||||
return instance
|
||||
|
Reference in New Issue
Block a user