update server boilerplate to use graphql

This commit is contained in:
Lakhan Samani
2021-07-08 17:45:19 +05:30
parent 9250257d9e
commit 592cede51f
13 changed files with 3006 additions and 64 deletions

View File

@@ -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)
}