Commit 71019d2e authored by Ai-Sasit's avatar Ai-Sasit

update /

parent ad33ebcd
Pipeline #1644 canceled with stages
......@@ -17,6 +17,13 @@ func main() {
},
))
//initial
app.Get("/", func(c *fiber.Ctx) error {
return c.JSON(fiber.Map{
"Project": "UBU Science Entry Event", "Framework": "ExpressJS", "Interpreter": "NodeJS", "API Version": "Alpha 1.0.0",
})
})
//run database
configs.ConnectDB()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment