update server boilerplate to use graphql
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"yauth/handler"
|
||||
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
// SetupRoutes setup router api
|
||||
func SetupRoutes(app *fiber.App) {
|
||||
app.Get("/", handler.Root)
|
||||
}
|
Reference in New Issue
Block a user