update to prod endpoint

This commit is contained in:
kwan.nguyen 2024-09-19 10:13:57 +07:00
parent 06899ce9ca
commit d8432f3496
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
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 Refresh = "api/auth/refresh";
@ -19,7 +19,7 @@
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 Profile = "api/auth/profile";