mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
keep app open
This commit is contained in:
parent
46729bf053
commit
f753a185de
@ -165,3 +165,6 @@ app.UseMiddleware<UserMiddleware>();
|
|||||||
app.UseAuthorization();
|
app.UseAuthorization();
|
||||||
app.MapControllers();
|
app.MapControllers();
|
||||||
app.Run();
|
app.Run();
|
||||||
|
|
||||||
|
|
||||||
|
Console.ReadLine();
|
Loading…
x
Reference in New Issue
Block a user