change: switch to modrinth production servers

This commit is contained in:
flow 2022-05-15 21:50:42 -03:00
parent e7bb3b2776
commit e92b7bd25e
No known key found for this signature in database
GPG key ID: 8D0F221F0A59F469
2 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@ void ModpackListModel::performPaginatedSearch()
{
// TODO: Move to standalone API
NetJob* netJob = new NetJob("Modrinth::SearchModpack", APPLICATION->network());
auto searchAllUrl = QString(BuildConfig.MODRINTH_STAGING_URL +
auto searchAllUrl = QString(BuildConfig.MODRINTH_PROD_URL +
"/search?"
"offset=%1&"
"limit=20&"