diff --git a/proxy.config.mjs b/proxy.config.mjs index 6aad2025..eee1e1ba 100644 --- a/proxy.config.mjs +++ b/proxy.config.mjs @@ -1,7 +1,7 @@ import * as fs from 'fs'; const targets = [ - 'http://localhost:8081', // 1 + 'http://localhost:8008', // 1 ]; const PROXY_CONFIG = {