Skip to content

Commit 1741da7

Browse files
authored
Update Program.cs
1 parent e6d84e1 commit 1741da7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BervProject.WebApi.Boilerplate/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@
112112
c.RoutePrefix = "api/docs";
113113
});
114114

115+
app.MapDefaultEndpoints();
116+
115117
app.MapControllers();
116118
app.MapHangfireDashboard();
117119

0 commit comments

Comments
 (0)