mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
version importing
This commit is contained in:
@ -178,8 +178,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ metadataResults }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -200,7 +198,7 @@ definePageMeta({
|
||||
});
|
||||
|
||||
const headers = useRequestHeaders(["cookie"]);
|
||||
const games = await $fetch("/api/v1/admin/library/game/import", { headers });
|
||||
const games = await $fetch("/api/v1/admin/import/game", { headers });
|
||||
|
||||
const currentlySelectedGame = ref(-1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user