refactor(router)!: refactor routes handling to be "servermore"

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-06-27 19:51:50 -03:00
parent 3c6f22e1cf
commit 1bc25628c3
8 changed files with 91 additions and 172 deletions

4
internals/config.go Normal file
View File

@@ -0,0 +1,4 @@
package internals
const APP_VERSION = "1"
const APP_NAME = "project-extrovert"