fix: change static root

This commit is contained in:
AmirMahdi Qiasvand 2025-09-09 17:02:47 +03:30
parent e3d2ceb808
commit 68d33d5ad9

View File

@ -18,7 +18,7 @@ func Run(cfg config.Server, app *app.AppContainer) {
fiberApp := fiber.New()
// Serve static files (HTML, CSS, JS)
fiberApp.Static("/", "./")
fiberApp.Static("/", "./static")
api := fiberApp.Group("/api")
// register routes here