Skip to content

Commit

Permalink
changed url to public one
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverGrack committed Dec 30, 2023
1 parent 01df897 commit 8050974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HKVizMod/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ internal class Constants {

// TODO add global config for server url

//public static string API_URL = "https://hkviz.olii.dev/api/rest/";
//public static string LOGIN_URL = "https://hkviz.olii.dev/ingameauth/";
public static string API_URL = "https://hkviz.olii.dev/api/rest/";
public static string LOGIN_URL = "https://hkviz.olii.dev/ingameauth/";


public static string API_URL = "http://localhost:3000/api/rest/";
public static string LOGIN_URL = "http://localhost:3000/ingameauth/";
//public static string API_URL = "http://localhost:3000/api/rest/";
//public static string LOGIN_URL = "http://localhost:3000/ingameauth/";
}
}

0 comments on commit 8050974

Please sign in to comment.