aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r--src/api/schema.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts
index 0b80700c5..4e652ae81 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -285,7 +285,7 @@ type uint32 = number;
}
export interface RouteConfig {
- dir?: string;
+ dir?: string[];
extensions?: string[];
static_dir?: string;
asset_prefix?: string;