oops
This commit is contained in:
@@ -97,7 +97,7 @@ export default function BerryDashChatroom () {
|
||||
|
||||
;(async () => {
|
||||
const result = await axios.get(
|
||||
`https://games.lncvrt.xyz/api/berrydash/icon-marketplace/icon?ids=[${notInAllIds}]`
|
||||
`/api/berrydash/icon-marketplace/icon?ids=[${notInAllIds}]`
|
||||
)
|
||||
if (result.data.success) {
|
||||
const add: CustomIconEntry[] = []
|
||||
|
||||
Reference in New Issue
Block a user