Skip to content
Snippets Groups Projects
Commit a83c3f23 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Use port 5000 for API

parent 81bc6206
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ environment.setup_logging()
app = compendium_v2.create_app()
if __name__ == '__main__':
app.run(host='::', port='33333')
app.run(host='::', port='5000')
......@@ -84,7 +84,7 @@ const config: Configuration = {
// Allow SPA urls to work with dev-server
historyApiFallback: true,
proxy: {
"/api": "http://127.0.0.1:33333",
"/api": "http://127.0.0.1:5000",
},
},
plugins: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment