+backend base

This commit is contained in:
Miki 2023-12-21 10:52:56 +00:00
parent ebd2f05ae2
commit e9aec2b672
8 changed files with 402 additions and 0 deletions

View file

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