openrec update omg!!

This commit is contained in:
recroom2016tutorial
2022-03-02 23:28:21 -05:00
parent 2d54a04613
commit 857a1768ba
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ namespace server
}
else
{
Console.WriteLine("API Requested: " + rawUrl);
Console.WriteLine("API Requested (rawUrl): " + rawUrl);
}
Console.WriteLine("API Data: " + text);
if (Url.StartsWith("versioncheck"))
@@ -185,7 +185,7 @@ namespace server
}
else
{
Console.WriteLine("API Requested: " + rawUrl);
Console.WriteLine("API Requested (rawUrl): " + rawUrl);
}
string text;
string s = "";