Rome release v1.1.0

This commit is contained in:
Patrick Fic
2023-03-13 10:47:04 -07:00
parent 86fc13ce7f
commit bd3e55a878
2 changed files with 4 additions and 4 deletions

View File

@@ -66,9 +66,9 @@ namespace RomeOnlinePartner.Utils
RestClient = new RestClient("http://localhost:4000");
FirebaseAPIKey = "AIzaSyDPLT8GiDHDR1R4nI66Qi0BY1aYviDPioc";
#else
graphQlEndpoint = "https://db.imex.online/v1/graphql";
RestClient = new RestClient("https://api.imex.online");
FirebaseAPIKey = "AIzaSyDSezy-jGJreo7ulgpLdlpOwAOrgcaEkhU";
graphQlEndpoint = "https://db.romeonline.io/v1/graphql";
RestClient = new RestClient("https://api.romeonline.io");
FirebaseAPIKey = "AIzaSyAuLQR9SV5LsVxjU8wh9hvFLdhcAHU6cxE";
#endif
}