Skip to content

Commit 9c47789

Browse files
committed
Revert "update route / alias"
This reverts commit 854f8bb.
1 parent 854f8bb commit 9c47789

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.go

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ func main() {
1717

1818
app := fiber.New()
1919
app.Static("/static", "./static")
20-
app.Get("/", func(c *fiber.Ctx) error {
21-
return c.SendFile("./app/dist/index.html")
22-
})
2320
app.Use(cors.New(cors.Config{
2421
AllowOrigins: "*",
2522
AllowHeaders: "*",

0 commit comments

Comments
 (0)