Browse Source

Add /media to proxy

pull/2096/head
Hironsan 1 year ago
parent
commit
eafac8f961
1 changed files with 3 additions and 0 deletions
  1. 3
      frontend/nuxt.config.js

3
frontend/nuxt.config.js

@ -104,6 +104,9 @@ export default {
// Use a fake value for use at build-time
'/v1/': {
target: process.env.API_URL || 'http://127.0.0.1:8000'
},
'/media': {
target: process.env.API_URL || 'http://127.0.0.1:8000'
}
},
/*

Loading…
Cancel
Save