This commit is contained in:
grngxd 2025-06-07 23:48:05 +01:00 committed by hex
parent f2f1c28c71
commit c4f7f79cfd
3 changed files with 16 additions and 3 deletions

View file

@ -86,6 +86,6 @@ func main() {
c.Database.AutoMigrate(&auth.User{}, &types.File{})
api.Register(&c)
fmt.Printf("Running on port %s\n", getEnv("PORT", "8080"))
c.Router.Run()
}