Skip to content
Snippets Groups Projects

Create endpoint for user-registration

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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) => {
Loading