You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.01-QCM_MuscuMaths/Blazor/Blazor/Pages/API.cs

8 lines
242 B

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
}