Improve Session / Auth, APICall

This commit is contained in:
Samuel Lorch 2023-03-11 14:54:21 +01:00
parent fb70f41fcb
commit 2fe21169bb
11 changed files with 167 additions and 115 deletions

View file

@ -34,7 +34,7 @@ func main() {
os.Exit(1)
}
slog.Info("Validating Config")
slog.Info("Validating Config...")
if *applyPtr {
slog.Info("Applying Config...")
@ -54,7 +54,7 @@ func main() {
slog.Info("Starting Webserver...")
server.StartWebserver(conf, apiHandler)
slog.Info("Ready")
slog.Info("Ready.")
// Handle Exit Signal
sigChan := make(chan os.Signal, 1)