diff options
Diffstat (limited to 'src/nxmaccessmanager.cpp')
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index 5b067d3c..05016e8f 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -42,7 +42,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. using namespace MOBase;
namespace {
- QString const Nexus_Management_URL("https://nmm.nexusmods.com");
+ QString const Nexus_Management_URL("https://legacy-api.nexusmods.com");
}
// unfortunately Nexus doesn't seem to document these states, all I know is all these listed
|
