Minor tidy up

This commit is contained in:
jd
2026-02-13 22:13:05 +00:00
parent eddba49893
commit 21c778fed9
4 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import {unwrapMethod, guard} from './utilities/guard.ts';
import auth from "./endpoints/auth.ts";
import user from "./endpoints/user.ts";
import {unwrapMethod, guard} from './utilities/guard';
import auth from "./endpoints/auth";
import user from "./endpoints/user";
const server = Bun.serve({
routes: {