diff options
Diffstat (limited to 'auth/router.go')
-rw-r--r-- | auth/router.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/router.go b/auth/router.go index b8d5b0d..9b9d533 100644 --- a/auth/router.go +++ b/auth/router.go @@ -26,5 +26,6 @@ func Routes(route *gin.RouterGroup) { { g.POST("/signup", handleSignUp) g.POST("/signin", handleSignIn) + g.POST("/refresh", handleRefresh) } } |