proxy change to reflect API server default port

This commit is contained in:
Michael Pilosov 2024-07-01 15:38:00 -06:00
parent 9638bc6eb8
commit 7ff7e98ef6

View File

@ -1,7 +1,7 @@
import * as fs from 'fs'; import * as fs from 'fs';
const targets = [ const targets = [
'http://localhost:8081', // 1 'http://localhost:8008', // 1
]; ];
const PROXY_CONFIG = { const PROXY_CONFIG = {