You've already forked AstralRinth
forked from didirus/AstralRinth
Change embed
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
export default {
|
||||
auth: false,
|
||||
async asyncData(data) {
|
||||
const res = await axios.get(
|
||||
`https://api.modrinth.com/api/v1/mod/${data.params.id}`
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
export default {
|
||||
auth: false,
|
||||
async asyncData(data) {
|
||||
let res = await axios.get(
|
||||
`https://api.modrinth.com/api/v1/user/${data.params.id}`
|
||||
|
||||
Reference in New Issue
Block a user