Skip to content

Commit

Permalink
fix(server): remove old route
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-robert committed Mar 26, 2020
1 parent af79acc commit 9da82b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/api/users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
module.exports = [
require('./me'),
require('./id'),
require('./me-solves'),
require('./delete'),
require('./update')
]

0 comments on commit 9da82b6

Please sign in to comment.