Skip to content

Commit 425d6fa

Browse files
committed
fix(mock): server api should be port 3000 in mocked env
1 parent 159bca4 commit 425d6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/polyflix/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Environment } from '@core/types/environment.type'
99
*/
1010
export const environment: Environment = {
1111
mocked: true,
12-
api: 'http://localhost:4000',
12+
api: 'http://localhost:3000',
1313
minioUrl: 'http://localhost:9000',
1414
urlRealm: 'http://localhost:3002/',
1515
redirectUri: 'http://localhost:3000/auth/redirect',

0 commit comments

Comments
 (0)