Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
8a465c30
Commit
8a465c30
authored
Nov 04, 2014
by
Marc Duez
Browse files
routes.py : custom on_error routes for invalid request
parent
84b4735d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/routes.py
View file @
8a465c30
default_application
=
'vidjil'
default_application
=
'vidjil'
default_controller
=
"default"
default_controller
=
"default"
default_function
=
"index"
default_function
=
"index"
routes_onerror
=
[
(
'*/400'
,
'/vidjil/static/404.html'
),
(
'*/404'
,
'/vidjil/static/404.html'
),
(
'*/415'
,
'/vidjil/static/404.html'
),
(
'*/422'
,
'/vidjil/static/404.html'
),
(
'*/502'
,
'/vidjil/static/404.html'
)
]
Vidjil Team
@vidjilteam
Mentioned in issue
#1127 (closed)
·
Nov 29, 2016
Mentioned in issue
#1127 (closed)
Mentioned in issue #1127
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment