All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 55s
15 lines
248 B
C#
15 lines
248 B
C#
namespace GameIdeas.BlazorApp.Shared.Constants;
|
|
|
|
public static class Endpoints
|
|
{
|
|
public static class Game
|
|
{
|
|
|
|
}
|
|
|
|
public static class Category
|
|
{
|
|
public static readonly string AllCategories = "api/Category/All";
|
|
}
|
|
}
|