Skip to content

Commit 360f3a3

Browse files
authored
Update env.config.js
fixed typo in api endpoint
1 parent 8b16e5b commit 360f3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/config/env.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
"port": 3600,
33
"appEndpoint": "http://localhost:3600",
4-
"apiEndpoint": "http;//localhost:3600",
4+
"apiEndpoint": "http://localhost:3600",
55
"jwt_secret": "myS33!!creeeT",
66
"jwt_expiration_in_seconds": 36000,
77
"environment": "dev",
@@ -10,4 +10,4 @@ module.exports = {
1010
"PAID_USER": 4,
1111
"ADMIN": 2048
1212
}
13-
};
13+
};

0 commit comments

Comments
 (0)