Fixed the thumbnailing.
This commit is contained in:
parent
d5b3f3c66f
commit
b45fee1b7e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class UploadsRoutes implements IRouteHandler {
|
|||
HandlerAttribute::register($router, $this);
|
||||
} else {
|
||||
$router->options('/', $this->getUpload(...));
|
||||
$router->get('/([A-Za-z0-9]+)', $this->getUpload(...));
|
||||
$router->get('/([A-Za-z0-9]+)(?:\.(t))?', $this->getUpload(...));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue