refactors

main
Paul Schneider 9 years ago
parent fd9bd136da
commit 9a1b732ccb
1 changed files with 2 additions and 1 deletions

@ -25,6 +25,7 @@ using System.Threading.Tasks;
using Newtonsoft.Json; using Newtonsoft.Json;
using System; using System;
using System.Diagnostics; using System.Diagnostics;
using BookAStar;
namespace Yavsc.Helpers namespace Yavsc.Helpers
{ {
@ -51,7 +52,7 @@ namespace Yavsc.Helpers
request.Headers.Add($"Authorization: {authorizationHeader}"); 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() public void Dispose()
{ {

Loading…