ソースを参照

Fix: Should add /media path to frontend proxy

pull/218/head
winkidney 3年前
コミット
03a0f4776b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pinry-spa/vue.config.js

+ 1
- 1
pinry-spa/vue.config.js ファイルの表示

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


読み込み中…
キャンセル
保存