+backend base
This commit is contained in:
parent
ebd2f05ae2
commit
e9aec2b672
8 changed files with 402 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
app := InitHttp()
|
||||
|
||||
app.Run()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue