light app

This commit is contained in:
Miki 2024-01-10 16:21:12 +01:00
parent 4f18d6448f
commit 09b5a101de
23 changed files with 2549 additions and 0 deletions

8
backend.light/main.go Normal file
View file

@ -0,0 +1,8 @@
package main
func main() {
app := InitHttp()
app.Run()
}