Skip to content
Snippets Groups Projects
Commit 626d9b91 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

add dev middleware proxy

parent b10b9c07
No related branches found
No related tags found
1 merge request!19fix type imports
...@@ -4,7 +4,7 @@ module.exports = function (app) { ...@@ -4,7 +4,7 @@ module.exports = function (app) {
app.use( app.use(
'/api/v1', '/api/v1',
createProxyMiddleware({ createProxyMiddleware({
target: 'http://localhost:8000', target: 'https://body-dev.maze.sch.bme.hu/dev',
changeOrigin: true, changeOrigin: true,
}), }),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment