Compare commits
3 Commits
feature/fi
...
bc22382aa6
| Author | SHA1 | Date | |
|---|---|---|---|
| bc22382aa6 | |||
| 9d5eed78a4 | |||
| 0b16cabb4c |
@@ -94,7 +94,7 @@ services.AddCors(option => option.AddDefaultPolicy(policy =>
|
||||
.AllowAnyHeader()
|
||||
.WithMethods("GET", "POST", "PUT", "DELETE")));
|
||||
|
||||
builder.WebHost.UseUrls($"http://127.0.0.1:{GlobalConstants.API_PORT}");
|
||||
builder.WebHost.UseUrls($"http://0.0.0.0:{GlobalConstants.API_PORT}");
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user