changed lib removed map_args, project_dir debug; changed render added get_template; small changes to api,manager due to function delition; big change to web split listen and serve for server log and routing through switch-case

This commit is contained in:
2025-10-13 20:38:21 +00:00
parent 3820bc399b
commit 960d9e2ff8
6 changed files with 86 additions and 43 deletions

View File

@ -1,6 +1,8 @@
package main
import "api_manager/web"
import (
"api_manager/web"
)
// main package of the programm
// launching the main web package
@ -8,4 +10,4 @@ import "api_manager/web"
func main() {
web.Server()
}
}