Skip to content

Commit 39a8573

Browse files
committed
chore: move back to account server instead of dev server accidentally checked in
1 parent 6f8272d commit 39a8573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serve-proxy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const fs = require('fs');
88
const httpProxy = require('http-proxy');
99

1010
// Account server configuration - switch between local and production
11-
//const ACCOUNT_SERVER = 'https://account.phcode.dev'; // Production
12-
const ACCOUNT_SERVER = 'http://localhost:5000'; // Local development
11+
const ACCOUNT_SERVER = 'https://account.phcode.dev'; // Production
12+
// const ACCOUNT_SERVER = 'http://localhost:5000'; // Local development
1313

1414
// Default configuration
1515
let config = {

0 commit comments

Comments
 (0)