initial clean up

This commit is contained in:
StevanFreeborn
2022-06-18 17:50:54 -05:00
parent abfaf8ae61
commit c31815e2c6
4 changed files with 2 additions and 83 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const context = [
module.exports = function (app) {
const appProxy = createProxyMiddleware(context, {
target: 'https://localhost:5001',
target: 'https://localhost:7021',
secure: false
});