light app
This commit is contained in:
parent
4f18d6448f
commit
09b5a101de
23 changed files with 2549 additions and 0 deletions
8
backend.light/main.go
Normal file
8
backend.light/main.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
app := InitHttp()
|
||||
|
||||
app.Run()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue