Skip to content

Commit

Permalink
Update: update user container
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoGilga committed Jun 17, 2024
1 parent 5f032c1 commit 1ad6e54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
8 changes: 4 additions & 4 deletions ApiContent/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"Kestrel": {
"Endpoints": {
"Http": {
//"Url": "http://localhost:8083"
"Url": "http://apispiderwatchercontent.azurewebsites.net:80"
"Url": "http://localhost:8083"
//"Url": "http://apispiderwatchercontent.azurewebsites.net:80"
},
"Https": {
//"Url": "https://localhost:4433",
"Url": "https://apispiderwatchercontent.azurewebsites.net:443"
"Url": "https://localhost:4433"
//"Url": "https://apispiderwatchercontent.azurewebsites.net:443"
}
}
}
Expand Down
14 changes: 0 additions & 14 deletions ApiGateway/ocelot.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,6 @@
"POST"
]
},
{
"DownstreamPathTemplate": "/User/Recover",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 4430
}
],
"UpstreamPathTemplate": "/User/Recover",
"UpstreamHttpMethod": [
"Post"
]
},
{
"DownstreamPathTemplate": "/User/login",
"DownstreamScheme": "https",
Expand Down
2 changes: 1 addition & 1 deletion DTOs/UserDTO/UpdateUserContainerDTO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class UpdateUserContainerDTO
public bool? Restore { get; set; }
public string ValidationMessage { get; set; }
public string UserName { get; set; }
public string UserEmail { get; set; }
public string? UserEmail { get; set; }
public bool? AccountType { get; set; }
}
}

0 comments on commit 1ad6e54

Please sign in to comment.