api: Change root application path to '/v0' instead of '/api'.

This commit is contained in:
2020-02-09 04:22:00 -06:00
parent 31053c1014
commit ce582383c3
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ const VERSION = {
module.exports = {
devServer: {
proxy: {
'/api': { target: 'http://localhost:8081' }
'/v0': { target: 'http://localhost:8081' }
},
host: 'localhost',
disableHostCheck: true