diff --git a/packages/server/src/index.ts b/packages/server/src/index.ts index b14c83cf7..5285e5d28 100644 --- a/packages/server/src/index.ts +++ b/packages/server/src/index.ts @@ -135,7 +135,8 @@ export class App { '/api/v1/leads', '/api/v1/get-upload-file', '/api/v1/ip', - '/api/v1/ping' + '/api/v1/ping', + '/api/v1/version' ] const URL_CASE_INSENSITIVE_REGEX: RegExp = /\/api\/v1\//i const URL_CASE_SENSITIVE_REGEX: RegExp = /\/api\/v1\//