Fix: Should add /media path to frontend proxy

This commit is contained in:
winkidney
2020-07-17 22:03:01 +08:00
parent 374be7a03f
commit 03a0f4776b

View File

@@ -6,7 +6,7 @@ module.exports = {
changeOrigin: true,
ws: true,
},
'/static/media': {
'/media': {
target: 'http://localhost:8000/',
changeOrigin: true,
},