Priority/backend/main.go
2023-12-21 10:52:56 +00:00

8 lines
62 B
Go

package main
func main() {
app := InitHttp()
app.Run()
}