Add /about/image forgotten endpoint

This commit is contained in:
Luc Didry
2018-07-29 21:33:41 +02:00
parent f8b28525f6
commit e1533a8804
+4
View File
@@ -404,6 +404,10 @@ sub startup {
$r->post('/c')->
to('Authent#index');
$r->get('/about/<:short>')->
to('Image#about_img')->
name('about_img');
$r->get('/about/<:short>.<:f>')->
to('Image#about_img')->
name('about_img');