Skip to content

Commit

Permalink
Merge branch 'Develop' into MathMagic
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrovicis committed Jun 28, 2019
2 parents a575184 + 32371ca commit 8f8af58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/_Scripts/Matryx/MatryxCortex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MatryxCortex : MonoBehaviour

public static MatryxCortex Instance { get; private set; }
public static Serializer serializer = new Serializer();
public static string cortexURL = "https://cortex-staging.matryx.ai";
public static string cortexURL = "https://cortex.matryx.ai";
public static string platformInfoURL = cortexURL + "/platform/getInfo";
public static string userInfoURL = cortexURL + "/user/getInfo";
public static string tokenInfoURL = cortexURL + "/token/getInfo";
Expand Down

0 comments on commit 8f8af58

Please sign in to comment.