Update hub route in client sample (#756)

This commit is contained in:
Mikael Mengistu 2017-08-23 11:31:36 -07:00 committed by GitHub
parent 629dd34977
commit fa852d7d67
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace ClientSample
public static async Task<int> ExecuteAsync(string baseUrl)
{
baseUrl = string.IsNullOrEmpty(baseUrl) ? "http://localhost:5000/hubs" : baseUrl;
baseUrl = string.IsNullOrEmpty(baseUrl) ? "http://localhost:5000/default" : baseUrl;
var loggerFactory = new LoggerFactory();