Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit baf92e3

Browse files
committed
fix: forgot to change the version from v4 to v3
1 parent 0b419ea commit baf92e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const port = +(process.env.PORT || 3000);
22

33
export const environment = {
4-
version: process.env.API_VERSION || 'v4',
4+
version: process.env.API_VERSION || 'v3',
55
port,
66
baseUrl: process.env.BASE_URL || `http://localhost:${port}`,
77
mongo: {

0 commit comments

Comments
 (0)