fix code formatting
All checks were successful
Build and publish the docker image / build (push) Successful in 1m2s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-04-05 23:51:03 +03:00
parent 06fa48351b
commit 7755d6c2fe
7 changed files with 207 additions and 207 deletions

View File

@ -6,5 +6,5 @@ import (
)
func GET_index(c *fiber.Ctx) error {
return util.Render(c, "index", nil)
return util.Render(c, "index", nil)
}