refactors

This commit is contained in:
Paul Schneider 2016-10-17 14:10:50 +02:00
commit 41b1f659c6

View file

@ -25,6 +25,7 @@ using System.Threading.Tasks;
using Newtonsoft.Json;
using System;
using System.Diagnostics;
using BookAStar;
namespace Yavsc.Helpers
{
@ -51,7 +52,7 @@ namespace Yavsc.Helpers
request.Headers.Add($"Authorization: {authorizationHeader}");
}
public static string BasePath { get; private set; } = "http://dev.pschneider.fr/api/";
public static string BasePath { get; private set; } = Constants.YavscApiUrl;
public void Dispose()
{