Update hub route in client sample (#756)
This commit is contained in:
parent
629dd34977
commit
fa852d7d67
|
|
@ -28,7 +28,7 @@ namespace ClientSample
|
||||||
|
|
||||||
public static async Task<int> ExecuteAsync(string baseUrl)
|
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();
|
var loggerFactory = new LoggerFactory();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue