start server

This commit is contained in:
Fran Jurmanović
2024-07-11 19:07:55 +02:00
parent 8307a60913
commit 475a2bb4c4
6 changed files with 83 additions and 3 deletions

View File

@@ -17,9 +17,7 @@ import (
func main() {
godotenv.Load()
app := fiber.New(fiber.Config{
Immutable: true,
})
app := fiber.New()
app.Use(cors.New())