mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Move old power hour arcade
This commit is contained in:
parent
ab342463b1
commit
7131fe3f6c
5 changed files with 3 additions and 3 deletions
|
|
@ -310,8 +310,8 @@ const nextConfig = {
|
|||
destination: '/bin/selector/index.html'
|
||||
},
|
||||
{
|
||||
source: '/arcade/',
|
||||
destination: '/arcade/index.html'
|
||||
source: '/arcade/power-hour',
|
||||
destination: '/arcade/power-hour/index.html'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ async function pullFromStorage() {
|
|||
}
|
||||
|
||||
async function fetchData() {
|
||||
return await fetch('/api/arcade/inventory').then(d => d.json())
|
||||
return await fetch('/api/arcade/hack-hour/inventory').then(d => d.json())
|
||||
}
|
||||
|
||||
async function setToStorage(data) {
|
||||
Loading…
Add table
Reference in a new issue