Update endpoint port
This commit is contained in:
@@ -149,7 +149,7 @@ namespace WebAPI.Controllers
|
||||
[AllowAnonymous]
|
||||
public IActionResult autoImportMorska(string apiKey)
|
||||
{
|
||||
if (Request.Host.Value != "localhost:5400" || apiKey != configuration["apiKey"])
|
||||
if (Request.Host.Value != "localhost:5401" || apiKey != configuration["apiKey"])
|
||||
{
|
||||
return Unauthorized();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user