mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
repair /offline.html
This commit is contained in:
parent
4d04ee9069
commit
e2214dfdcd
1 changed files with 1 additions and 1 deletions
|
@ -2527,7 +2527,7 @@ sub startup {
|
|||
$r->get('/changelog')->to('static#changelog');
|
||||
$r->get('/impressum')->to('static#imprint');
|
||||
$r->get('/imprint')->to('static#imprint');
|
||||
$r->get('/offline')->to('static#offline');
|
||||
$r->get('/offline.html')->to('static#offline');
|
||||
$r->get('/api/v1/:user_action/:token')->to('api#get_v1');
|
||||
$r->get('/login')->to('account#login_form');
|
||||
$r->get('/recover')->to('account#request_password_reset');
|
||||
|
|
Loading…
Reference in a new issue