feat(acls): added backend acls

This commit is contained in:
DecDuck
2025-02-04 13:15:34 +11:00
parent 230d49cf3d
commit e6911259b2
70 changed files with 397 additions and 474 deletions
+1 -1
View File
@@ -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),