tweaked route formatting
This commit is contained in:
@@ -21,7 +21,7 @@ app.post('/application', (req, res) => {
|
||||
res.send('Application received')
|
||||
});
|
||||
|
||||
app.get('/me/application', (req, res) => {
|
||||
app.get('/application/me', (req, res) => {
|
||||
if (application) {
|
||||
let data = {
|
||||
"app": application,
|
||||
|
||||
Reference in New Issue
Block a user