This commit is contained in:
2021-08-11 20:07:07 +02:00
parent d3ec05a130
commit 4f54817482
5 changed files with 55 additions and 50 deletions

View File

@@ -36,7 +36,7 @@ const ssr = true
const proxy = {
'/api': {
target: 'https://api.arthurdanjou.fr',
target: 'https://athena.arthurdanjou.fr',
pathRewrite: { "^/api": "" }
}
}