api: Change root application path to '/v0' instead of '/api'.
This commit is contained in:
@@ -8,7 +8,7 @@ const VERSION = {
|
||||
module.exports = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api': { target: 'http://localhost:8081' }
|
||||
'/v0': { target: 'http://localhost:8081' }
|
||||
},
|
||||
host: 'localhost',
|
||||
disableHostCheck: true
|
||||
|
||||
Reference in New Issue
Block a user