Skip to content

Commit d0502ad

Browse files
chore: add usepathbase
1 parent bd43c37 commit d0502ad

File tree

1 file changed

+1
-0
lines changed
  • Kendo-UI-Bootstrap-Integration/src/Kendo-UI-Bootstrap-Integration

1 file changed

+1
-0
lines changed

Kendo-UI-Bootstrap-Integration/src/Kendo-UI-Bootstrap-Integration/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
5353

5454

5555
app.UseHttpsRedirection();
56+
app.UsePathBase("/aspnet-core/bootstrap/");
5657
app.UseStaticFiles();
5758

5859
app.UseRouting();

0 commit comments

Comments
 (0)