mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
fix missing comma
This commit is contained in:
parent
87350e1014
commit
6bdcba307c
@ -52,7 +52,7 @@ const watch = {
|
||||
publicPath: '/static/',
|
||||
host: '127.0.0.1',
|
||||
port: 3000,
|
||||
https: true
|
||||
https: true,
|
||||
proxy: {
|
||||
'/': {
|
||||
target: TARGET,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user