feat: add goong integration service and route controllers with associated documentation
Build and Release / release (push) Successful in 1m41s
Build and Release / release (push) Successful in 1m41s
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
)
|
||||
|
||||
func GoongRoutes(app *fiber.App, goongController controllers.GoongController) {
|
||||
api := app.Group("/proxy")
|
||||
|
||||
api.Get("/*", goongController.Proxy)
|
||||
app.Get("/api/proxy/*", goongController.Proxy)
|
||||
app.Get("/map/proxy/*", goongController.Proxy)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user