Skip to content

Commit

Permalink
change server for logo getting
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Nov 13, 2024
1 parent 0135c7b commit 608f42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- migrate to geode sdk v4
- add extra params: gd, platforms, tags, geode, page, per_page
- fix status param variants: pending, accepted, rejected, unlisted
- change server for logo getting https://gtps.bccst.ru/geode-api-mod-logo-ext.php

# 1.4.2
- add param selector in settings
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ web::WebTask WebRequest_send(web::WebRequest* self, std::string_view method, std
if (string::contains(givenUrl.data(), "/logo")) {
auto spliturl = string::split(givenUrl.data(), "/");
givenUrl = fmt::format(
"http://dev.ruhaxteam.ru/geode-api-mod-logo-ext.php?id={}",
"https://gtps.bccst.ru/geode-api-mod-logo-ext.php?id={}",
spliturl[spliturl.size() - 2]
);
}
Expand Down

0 comments on commit 608f42d

Please sign in to comment.