Skip to content
Snippets Groups Projects
Commit abe595c3 authored by Jure's avatar Jure
Browse files

fix: serve static uploads through webpack

parent 46f188ff
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ module.exports = webpackEnv => { ...@@ -37,7 +37,7 @@ module.exports = webpackEnv => {
'/api': 'http://localhost:3000', '/api': 'http://localhost:3000',
'/auth': 'http://localhost:3000', '/auth': 'http://localhost:3000',
'/graphql': 'http://localhost:3000', '/graphql': 'http://localhost:3000',
'/uploads': 'http://locahost:3000', '/static/uploads': 'http://locahost:3000',
'/static/profiles': 'http://localhost:3000', '/static/profiles': 'http://localhost:3000',
'/public': 'http://localhost:3000', '/public': 'http://localhost:3000',
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment