Skip to content

Commit bed729a

Browse files
committed
Fixed endpoint URLs
1 parent 4385c46 commit bed729a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scream_api/api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
namespace {
99
std::vector<std::string> get_graphql_endpoints() {
1010
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"
11+
"https://launcher.store.epicgames.com/graphql", // Needs a valid User-Agent header
12+
"https://graphql.unrealengine.com/ue/graphql"
1313
};
1414

1515
const auto& extra = scream_api::config::instance.extra_graphql_endpoints;

0 commit comments

Comments
 (0)