Browse Source

Merge branch 'server-prop-fix' of expressts/org.crazydoctor.expressts into master

CrazyDoctor 1 year ago
parent
commit
bd9e2cafb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/ServerProperties.ts

+ 1 - 1
src/server/ServerProperties.ts

@@ -1,6 +1,6 @@
 type ServerProperties = {
 	port: number,
-	locale: string,
+	locale?: string,
 	i18nPath?: string,
 	middlewaresPath?: string,
 	routesPath?: string