mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Fix route mappings for trail requests.
This commit is contained in:
parent
b3362c8d0d
commit
24f352fb72
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ module.exports.handlerUrlOverrides =
|
|||
'user_remark': 'user.remark'
|
||||
'mail_sent': 'mail.sent'
|
||||
'user_polls_record': 'user.polls.record'
|
||||
'trial_request': 'trial.request'
|
||||
|
||||
module.exports.routes =
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue