Skip to content

Commit

Permalink
Make sure that base path is an entire segment of the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jul 5, 2015
1 parent b27e25b commit 457d52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SampleApp.Owin/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static void Start(IAppBuilder app) {
// A dummy calendar
//scheduler.AddCalendar("myCalendar", new DummyCalendar { Description = "dummy calendar" }, false, false);

app.Use(QuartzNetWebConsole.Setup.Owin("/quartz", () => scheduler));
app.Use(QuartzNetWebConsole.Setup.Owin("/quartz/", () => scheduler));
}

private static void Main(string[] args) {
Expand Down

0 comments on commit 457d52c

Please sign in to comment.