|
@@ -51,9 +51,9 @@ func (router Router) authenticationRoutes() {
|
|
Use: "auth",
|
|
Use: "auth",
|
|
Short: "Authentication&Authorization",
|
|
Short: "Authentication&Authorization",
|
|
}
|
|
}
|
|
-
|
|
|
|
rootCmd.AddCommand(authCmd)
|
|
rootCmd.AddCommand(authCmd)
|
|
- authenticationController := cliController.AuthenticationController{}
|
|
|
|
|
|
+
|
|
|
|
+ authenticationController := cliController.AuthController{}
|
|
authCmd.AddCommand(authenticationController.Login())
|
|
authCmd.AddCommand(authenticationController.Login())
|
|
}
|
|
}
|
|
|
|
|