update to prod endpoint
This commit is contained in:
parent
06899ce9ca
commit
d8432f3496
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
public static class Auth
|
public static class Auth
|
||||||
{
|
{
|
||||||
public const string BaseUrl = "http://14.225.255.245:3003";
|
public const string BaseUrl = "http://app.pcut.vn:3000";
|
||||||
|
|
||||||
public const string Login = "api/auth/login";
|
public const string Login = "api/auth/login";
|
||||||
public const string Refresh = "api/auth/refresh";
|
public const string Refresh = "api/auth/refresh";
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
public static class Api
|
public static class Api
|
||||||
{
|
{
|
||||||
public const string BaseUrl = "http://14.225.255.245:3003";
|
public const string BaseUrl = "http://app.pcut.vn:3000";
|
||||||
|
|
||||||
public const string LogOut = "api/auth/logout";
|
public const string LogOut = "api/auth/logout";
|
||||||
public const string Profile = "api/auth/profile";
|
public const string Profile = "api/auth/profile";
|
||||||
|
|
Loading…
Reference in New Issue