Skip to content
Snippets Groups Projects
Commit bda5e691 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] duniter-ui should listen on port 9220

parent 170e4356
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ module.exports = { ...@@ -24,7 +24,7 @@ module.exports = {
const app = express(); const app = express();
const HOTE = 'localhost'; const HOTE = 'localhost';
const PORT = 10500; const PORT = 9220;
/** /**
* Sur appel de l'URL /abc * Sur appel de l'URL /abc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment