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