refactor : proper naming & refactor of URL (in progress)
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
f78c6eb530
commit
de4f51edc8
@ -0,0 +1,7 @@
|
|||||||
|
namespace Blazor.Pages;
|
||||||
|
|
||||||
|
public static class API
|
||||||
|
{
|
||||||
|
public static string TOKEN = "[INSERT THE TOKEN ID HERE]"; //ASK IF YOU WANT THOSE ACCESS
|
||||||
|
public static string API_URL = "[INSERT THE API URL HERE]"; //ASK IF YOU WANT THOSE ACCESS
|
||||||
|
}
|
@ -1,7 +0,0 @@
|
|||||||
namespace Blazor.Pages;
|
|
||||||
|
|
||||||
public static class Token
|
|
||||||
{
|
|
||||||
public static string TOKEN_ID = "[INSERT THE TOKEN ID HERE]"; //ASK IF YOU WANT THOSE ACCESS
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in new issue