This commit is contained in:
grngxd 2025-06-07 23:48:05 +01:00
parent 93aec1336d
commit e16a4eae26
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()
}