Skip to content

Commit e88d073

Browse files
authored
Update autoload.php
1 parent a8f43c8 commit e88d073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/autoload.php

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
$f3->set('SITE.db', $siteDb);
176176

177177
$f3->route('GET /public/@slug*', 'Frontend->Public');
178+
$f3->route('GET /assets/@slug*', 'Frontend->Assets');
178179
$f3->route('GET /secure/dl/*', 'Frontend->SecureDl');
179180

180181
if (empty($f3->get('SESSION.loggedin'))) {

0 commit comments

Comments
 (0)