- new license

- name of project is now provided when logging in
This commit is contained in:
2026-02-27 17:46:12 +01:00
parent 383d852545
commit f4501d0c04
6 changed files with 134 additions and 29 deletions

View File

@@ -15,6 +15,8 @@ type Server struct {
DatabasePath string
}
var cfg, _ = config.LoadConfig()
func InitServer() *Server {
err := config.CheckIfExists()