api proxy

This commit is contained in:
Rafi
2023-04-05 23:17:14 +08:00
parent 21dc2b9236
commit fb9e8b8c7d
11 changed files with 431 additions and 439 deletions

View File

@@ -68,14 +68,5 @@ export default defineNuxtConfig({
vueI18n: {
fallbackLocale: 'en',
},
},
// nitro: {
// devProxy: {
// "/api": {
// target: process.env.NUXT_DEV_SERVER ?? 'http://localhost:8000/api',
// changeOrigin: true,
// }
//
// }
// },
}
})