initial commit
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
10
routes/index.go
Normal file
10
routes/index.go
Normal file
@ -0,0 +1,10 @@
|
||||
package routes
|
||||
|
||||
import (
|
||||
"git.ngn.tf/ngn/tren/util"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
func GET_index(c *fiber.Ctx) error {
|
||||
return util.Render(c, "index", nil)
|
||||
}
|
Reference in New Issue
Block a user