Name generation and gradient calculation
This commit is contained in:
parent
8e5954e0ca
commit
ba1697ffc7
12 changed files with 418 additions and 54 deletions
|
|
@ -37,7 +37,7 @@ app.get('/event/:eventId', getEvent);
|
|||
app.post('/event', createEvent);
|
||||
app.get('/event/:eventId/people', getPeople);
|
||||
app.post('/event/:eventId/people', createPerson);
|
||||
app.get('/event/:eventId/people/:personName', login);
|
||||
app.post('/event/:eventId/people/:personName', login);
|
||||
app.patch('/event/:eventId/people/:personName', updatePerson);
|
||||
|
||||
app.listen(port, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue