Closed fcatae closed 7 years ago
CreateNewUserAndSetInitialPermissions calls KanbanAPI. Since they are different microservices, they should not talk.
var res = Util.ConnectToRemoteService(HttpMethod.Post, Util.KanbanURL + "api/user/add", "kanban", "kanban", kanbanUser).Result;
Moved the call to the front-end (Arda.Main)
CreateNewUserAndSetInitialPermissions calls KanbanAPI. Since they are different microservices, they should not talk.