profile keyword manual update and recommended tenders

This commit is contained in:
m.nazemi
2026-04-22 18:39:40 +03:30
parent 3aabd95b1c
commit 870f6758e0
5 changed files with 169 additions and 60 deletions
+1
View File
@@ -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)
}