Umer Bijapure

Results 1 comments of Umer Bijapure

just Comment this line (incomingRoutes.Use(middleware.Authentication()) ) in userRouter file and remove the respective package, and then add the below lines in the same file incomingRoutes.POST("/users/signup",controller.SignUp()) incomingRoutes.POST("/users/login",controller.Login()) and add this router.Use(middleware.Authentication())...