8 lines
86 B
Go
8 lines
86 B
Go
package web
|
|
|
|
import "github.com/gofiber/fiber/v2"
|
|
|
|
func UseRoute(app *fiber.App) {
|
|
|
|
}
|