profile keyword manual update and recommended tenders
This commit is contained in:
@@ -229,6 +229,7 @@ func RegisterPublicRoutes(e *echo.Echo, customerHandler *customer.Handler, tende
|
||||
profileGP := customerGP.Group("")
|
||||
profileGP.Use(customerHandler.AuthMiddleware())
|
||||
profileGP.GET("", customerHandler.GetProfile)
|
||||
profileGP.PUT("/keywords", customerHandler.UpdateProfileKeywords)
|
||||
profileGP.DELETE("/logout", customerHandler.Logout)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user