Fix default base URL

This commit is contained in:
Jai A
2022-02-16 18:03:51 -07:00
parent 1719ad81a4
commit a0fcf515cd

View File

@@ -229,7 +229,7 @@ export default {
** See https://axios.nuxtjs.org/options
*/
axios: {
baseURL: 'https://api.modrinth.com/v2/',
baseURL: 'https://staging-api.modrinth.com/v2/',
headers: {
common: {
Accept: 'application/json',