Skip to content

Commit

Permalink
Changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Oct 23, 2017
1 parent d295402 commit bc3adc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SigSpec.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static async Task RunAsync()
// TODO: Add PR to SignlaR Core with new IHubDescriptionCollectionProvider service
var document = await generator.GenerateForHubsAsync(new Dictionary<string, Type>
{
{ "/chat", typeof(ChatHub) }
{ "chat", typeof(ChatHub) }
});

var json = document.ToJson();
Expand Down

0 comments on commit bc3adc5

Please sign in to comment.