KV to D1 migration (this is totally gonna break something)

This commit is contained in:
2024-05-12 01:25:46 -04:00
parent a2b3391bda
commit e00b7e8c55
24 changed files with 1835 additions and 669 deletions

View File

@ -196,7 +196,7 @@ export default function () {
try {
queueReq = await fetch(
`/api/mod-queue/list?before=${before}&showClosed=${show_closed}&type=${queueType}`,
`/api/mod-queue/${queueType}/list?before=${before}&showClosed=${show_closed}`,
);
} catch {
alert("Failed to load mod queue");