Skip to content

Commit 2e26d90

Browse files
committed
Update Program.cs
1 parent 0e74c8e commit 2e26d90

File tree

1 file changed

+2
-0
lines changed
  • src/Backend/Nager.AuthenticationService.WebApi

1 file changed

+2
-0
lines changed

src/Backend/Nager.AuthenticationService.WebApi/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@
198198
});
199199
}
200200

201+
app.UsePathBase("/auth");
202+
201203
app.UseRouting();
202204

203205
app.UseDefaultFiles();

0 commit comments

Comments
 (0)