Skip to content

Commit

Permalink
Bugfix/Add version API as public (#3297)
Browse files Browse the repository at this point in the history
add version API as public
  • Loading branch information
HenryHengZJ authored Oct 2, 2024
1 parent d8ab3cb commit 8c1f0bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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\//
Expand Down

0 comments on commit 8c1f0bd

Please sign in to comment.