feat: add goong integration service and route controllers with associated documentation
Build and Release / release (push) Successful in 1m41s

This commit is contained in:
2026-05-26 12:26:20 +07:00
parent 05059185af
commit cc92e07d92
6 changed files with 288 additions and 145 deletions
+2 -3
View File
@@ -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)
}