mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
@@ -41,11 +41,15 @@ module.exports = {
|
||||
assetsPublicPath: '/',
|
||||
staticAssetsDirectory,
|
||||
proxyTable: {
|
||||
// proxy all requests starting with /api/v3 to IP:PORT as specified in the top-level config
|
||||
// proxy all requests to the server at IP:PORT as specified in the top-level config
|
||||
'/api/v3': {
|
||||
target: DEV_BASE_URL,
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/api/v4': {
|
||||
target: DEV_BASE_URL,
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/stripe': {
|
||||
target: DEV_BASE_URL,
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user