mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
feat(acls): added backend acls
This commit is contained in:
@ -785,7 +785,7 @@ async function deleteVersion(versionName: string) {
|
||||
async function updateVersionOrder() {
|
||||
try {
|
||||
const newVersions = await $fetch("/api/v1/admin/game/version", {
|
||||
method: "POST",
|
||||
method: "PATCH",
|
||||
body: {
|
||||
id: gameId,
|
||||
versions: game.value.versions.map((e) => e.versionName),
|
||||
|
||||
Reference in New Issue
Block a user