Skip to content
Snippets Groups Projects
Commit e9a441b8 authored by Matt Kirby's avatar Matt Kirby
Browse files

User-service default port now 9000

parent a27286e5
No related branches found
No related tags found
1 merge request!9Create endpoint for user-registration
......@@ -11,7 +11,7 @@ app.use(cors());
app.use(morgan('tiny'));
app.disable('x-powered-by');
const port = 8080;
const port = 9000;
// HTTP GET
app.get('/', (req, res) => {
......
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