nav color fixes, cache busting

This commit is contained in:
2026-07-24 15:26:36 -04:00
parent 4b663c014a
commit c66cd6d456
5 changed files with 22 additions and 77 deletions

View File

@@ -0,0 +1,7 @@
import type { APIEvent } from "@solidjs/start/server";
import { rest } from "../_lib";
export const GET = (event: APIEvent) =>
rest(async (caller) => {
return caller.lineage.jsonService.quest_events();
}, event);