GCM Ok[Debug]
This commit is contained in:
parent
6a7a78558e
commit
b2fa0b34e8
16 changed files with 126 additions and 22 deletions
|
|
@ -48,7 +48,7 @@ namespace Yavsc.Helpers
|
|||
request.SendChunked = true;
|
||||
request.TransferEncoding = "UTF-8";
|
||||
if (authorizationHeader!=null)
|
||||
request.Headers.Add($"Authorization: Bearer {authorizationHeader}");
|
||||
request.Headers.Add($"Authorization: {authorizationHeader}");
|
||||
}
|
||||
|
||||
public static string BasePath { get; private set; } = "http://dev.pschneider.fr/api/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue