Setting port number for API endpoint
This commit is contained in:
@@ -9,10 +9,7 @@ namespace WD7UVN_HFT_2023241.Client
|
||||
static void Main(string[] args)
|
||||
{
|
||||
CompanyDbContext dbContext = new CompanyDbContext();
|
||||
RestService rest = new RestService("127.0.0.1", "api");
|
||||
RestService rest = new RestService("127.0.0.1:5000", "api");
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user