Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-upperware
Commits
be9d0f90
Commit
be9d0f90
authored
Jan 03, 2022
by
I Patini
Browse files
EMS: Web Admin: Reverted change in vue.config.js 'proxy.target' property
parent
477c2400
Changes
1
Hide whitespace changes
Inline
Side-by-side
event-management/web-admin/vue.config.js
View file @
be9d0f90
...
...
@@ -5,7 +5,7 @@ module.exports = {
devServer
:
{
proxy
:
{
'
^
'
:
{
target
:
process
.
env
.
NODE_ENV
===
'
production
'
?
'
https://localhost:8111
'
:
'
http://localhost:8111
'
,
target
:
'
http
s
://localhost:8111
'
,
ws
:
true
,
changeOrigin
:
true
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment