initial clean up
This commit is contained in:
@@ -6,7 +6,7 @@ const context = [
|
||||
|
||||
module.exports = function (app) {
|
||||
const appProxy = createProxyMiddleware(context, {
|
||||
target: 'https://localhost:5001',
|
||||
target: 'https://localhost:7021',
|
||||
secure: false
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user