mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Added robots.txt
This commit is contained in:
parent
1cacd02979
commit
9dd4534f83
3 changed files with 5 additions and 4 deletions
|
@ -21,7 +21,6 @@ export const useData = defineStore('data', () => {
|
|||
player = usePlayer();
|
||||
|
||||
async function getSong(e) {
|
||||
|
||||
const hash = new URLSearchParams(e.substring(e.indexOf('?'))).get('v'),
|
||||
json = await getJsonPiped('/streams/' + hash);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue