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