8000 Update vue.config.js (#28) · gtalarico/flask-vuejs-template@5106acf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5106acf

Browse files
Update vue.config.js (#28)
1 parent 654c2ba commit 5106acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
devServer: {
1414
proxy: {
1515
'/api*': {
16-
// Forward frontend dev server request for /api to django dev server
16+
// Forward frontend dev server request for /api to flask dev server
1717
target: 'http://localhost:5000/'
1818
}
1919
}

0 commit comments

Comments
 (0)
0