Skip to content

Commit 477892f

Browse files
committed
change route
1 parent a3fd735 commit 477892f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ app.post('/question/delete',function(req,res){
160160

161161
// # REPORT API #
162162
// --------------------
163-
app.get('/question/report/',function(req,res){
163+
app.get('/report/',function(req,res){
164164
// get Question by ID
165165
knex('questions')
166166
.select('attendee',knex.raw('COUNT(*) as count'))

0 commit comments

Comments
 (0)