mirror of
https://github.com/pinry/pinry.git
synced 2026-06-19 23:41:16 +02:00
Fix: Should add /media path to frontend proxy
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
},
|
||||
'/static/media': {
|
||||
'/media': {
|
||||
target: 'http://localhost:8000/',
|
||||
changeOrigin: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user