Improve security and logging

This commit is contained in:
Andrew-71 2024-03-20 16:18:23 +03:00
parent affcef2eda
commit f50f4f1919
10 changed files with 154 additions and 30 deletions

View file

@ -3,5 +3,6 @@ package main
var Cfg = ConfigInit()
func main() {
LogInit()
Serve()
}