mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
fix missing comma
This commit is contained in:
@@ -52,7 +52,7 @@ const watch = {
|
|||||||
publicPath: '/static/',
|
publicPath: '/static/',
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
port: 3000,
|
port: 3000,
|
||||||
https: true
|
https: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/': {
|
'/': {
|
||||||
target: TARGET,
|
target: TARGET,
|
||||||
|
|||||||
Reference in New Issue
Block a user