fix: undefined vars / resizable / upload

* was brokend by refacto
This commit is contained in:
Florent Chehab
2020-04-19 17:57:54 +02:00
parent 39e8dd398b
commit d5cb969ee5
4 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ const devServerConfig = {
},
proxy: {
'/api': 'http://localhost:3000',
'/uploads': 'http://localhost:3000',
'/ws-api': {
target: 'ws://localhost:3000',
ws: true,