10 lines
237 B
C#
10 lines
237 B
C#
|
using TSC2.Components.Layout;
|
|||
|
|
|||
|
namespace TSC2.Components.Pages
|
|||
|
{
|
|||
|
public partial class Browse
|
|||
|
{
|
|||
|
public static readonly string baseUrl = MainLayout.isDev ? "https://localhost:7282/browse" : "https://theshopcritics.com/browse";
|
|||
|
}
|
|||
|
}
|