mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Changed cron handler IP check
This commit is contained in:
parent
8431fd1e57
commit
edb28f6caf
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ isRequestFromDesignatedCronHandler = (req, res) ->
|
|||
console.log "UNAUTHORIZED ATTEMPT TO SEND TRANSACTIONAL LADDER EMAIL THROUGH CRON MAIL HANDLER"
|
||||
res.send("You aren't authorized to perform that action. Only the specified Cron handler may perform that action.")
|
||||
res.end()
|
||||
return true
|
||||
return false
|
||||
return false
|
||||
return true
|
||||
|
||||
|
||||
handleLadderUpdate = (req, res) ->
|
||||
|
|
Loading…
Reference in a new issue