mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
806d997135
2 changed files with 2 additions and 2 deletions
|
@ -463,7 +463,7 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
|||
experimental: "Experimental"
|
||||
python_blurb: "Simple pero poderoso."
|
||||
javascript_blurb: "El lenguaje de la web."
|
||||
coffeescript_blurb: "Sintaxsis de JavaScript mejorada."
|
||||
coffeescript_blurb: "Sintaxis de JavaScript mejorada."
|
||||
clojure_blurb: "Un Lisp moderno."
|
||||
lua_blurb: "Lenguaje Script para Juegos."
|
||||
io_blurb: "Simple pero oscuro."
|
||||
|
|
|
@ -131,7 +131,7 @@ setupTrailingSlashRemovingMiddleware = (app) ->
|
|||
next()
|
||||
|
||||
exports.setupMiddleware = (app) ->
|
||||
setupChinaRedirectMiddleware app
|
||||
#setupChinaRedirectMiddleware app
|
||||
setupMiddlewareToSendOldBrowserWarningWhenPlayersViewLevelDirectly app
|
||||
setupExpressMiddleware app
|
||||
setupPassportMiddleware app
|
||||
|
|
Loading…
Reference in a new issue