refactors
This commit is contained in:
parent
05dcbc6f68
commit
41b1f659c6
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue