change: switch to modrinth production servers
This commit is contained in:
parent
e7bb3b2776
commit
e92b7bd25e
2 changed files with 3 additions and 3 deletions
|
@ -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&"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue