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

@@ -1 +1 @@
C933D8EE457340B141EDAD2DD461818948A06AB6 RomeOnlinePartner-1.1.0-full.nupkg 5955242
21080F2A8D8BEC1B0EAD01141BBBC56A69E120EB RomeOnlinePartner-1.1.0-full.nupkg 5957137

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
}