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 ** See https://axios.nuxtjs.org/options
*/ */
axios: { axios: {
baseURL: 'https://api.modrinth.com/v2/', baseURL: 'https://staging-api.modrinth.com/v2/',
headers: { headers: {
common: { common: {
Accept: 'application/json', Accept: 'application/json',