summaryrefslogtreecommitdiff
path: root/transporter/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'transporter/router.go')
-rw-r--r--transporter/router.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transporter/router.go b/transporter/router.go
index 769d7fa..8bf7728 100644
--- a/transporter/router.go
+++ b/transporter/router.go
@@ -23,7 +23,7 @@ import (
)
func Routes(route *gin.Engine) {
- t := route.Group("/transport", util.Authorize())
+ t := route.Group("/transporter", util.Authorize())
{
t.GET("/all", getAll)
t.DELETE("/:transportId", remove)