We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4385c46 commit bed729aCopy full SHA for bed729a
src/scream_api/api.cpp
@@ -8,8 +8,8 @@
8
namespace {
9
std::vector<std::string> get_graphql_endpoints() {
10
std::vector<std::string> endpoints = {
11
- "https://launcher.store.epicgames.com/graphql111", // Needs a valid User-Agent header
12
- "https://graphql.unrealengine.com/ue/graphql222"
+ "https://launcher.store.epicgames.com/graphql", // Needs a valid User-Agent header
+ "https://graphql.unrealengine.com/ue/graphql"
13
};
14
15
const auto& extra = scream_api::config::instance.extra_graphql_endpoints;
0 commit comments