New PCK Center API

This commit is contained in:
Felix Miller
2022-06-05 18:03:05 -04:00
parent 9ee6bab98f
commit a0d9c9cb8e
10 changed files with 323 additions and 179 deletions

View File

@@ -13,7 +13,7 @@ namespace PckStudio
static class Program
{
public static string baseurl = "https://www.pckstudio.xyz/studio/PCK/api/";
public static string baseurl = "http://api.pckstudio.xyz/api/pck";
public static string backurl = "https://raw.githubusercontent.com/PhoenixARC/pckstudio.tk/main/studio/PCK/api/";
public static string Appdata = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "/PCK Studio/";
public static bool IsDev = false;