fix(server): 🐛 update render path

master
Xeronith 2022-09-10 15:07:53 +04:30
rodzic 8f0c03874a
commit ac0cfb9603
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ func New() IServer {
framework := fiber.
New(fiber.Config{
DisableStartupMessage: true,
Views: html.New("./views", ".html"),
Views: html.New("../app/views", ".html"),
BodyLimit: config.BodyLimit(),
ErrorHandler: func(ctx *fiber.Ctx, err error) error {
code := fiber.StatusInternalServerError