summary refs log tree commit diff
path: root/src/api/util
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-22 21:34:01 +0100
committerRory& <root@rory.gay>2026-01-22 21:34:21 +0100
commit31345651dbbebf0babe33667a37a297f731d24dc (patch)
treef1020c19b49f4c401228ec0415d07256c68be007 /src/api/util
parentBump undici in the npm_and_yarn group across 1 directory (diff)
downloadserver-ts-31345651dbbebf0babe33667a37a297f731d24dc.tar.xz
Make openapi.js work offline - still needs conditionals fixed though
Diffstat (limited to 'src/api/util')
-rw-r--r--src/api/util/handlers/route.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/util/handlers/route.ts b/src/api/util/handlers/route.ts

index 7ae00a55..022a522a 100644 --- a/src/api/util/handlers/route.ts +++ b/src/api/util/handlers/route.ts
@@ -64,6 +64,7 @@ export interface RouteOptions { }; }; deprecated?: boolean; + spacebarOnly?: boolean; // test?: { // response?: RouteResponse; // body?: unknown;