Skip to content

Commit 7d18cc3

Browse files
updating to correct port number
1 parent 99a97e7 commit 7d18cc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proxy.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"/api": {
3-
"target": "http://localhost:3000",
3+
"target": "http://localhost:4300",
44
"secure": false
55
}
66
}

server/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const serverPort = 3000;
1+
export const serverPort = 4300;
22
export const secret = 'RbBQqA6uF#msRF8s7h*?@=95HUm&DgMDd6zLFn4XzWQ6dtwXSJwBX#?gL2JWf!';
33
export const length = 128;
44
export const digest = 'sha256';

0 commit comments

Comments
 (0)