[frio] Fix event time display

This commit is contained in:
Hypolite Petovan 2021-10-03 13:29:28 -04:00
commit a9bb53b021
4 changed files with 123 additions and 46 deletions

View file

@ -259,6 +259,8 @@ return [
'/dirfind' => [Module\Search\Directory::class, [R::GET]],
'/directory' => [Module\Directory::class, [R::GET]],
'/events/json' => [Module\Events\Json::class, [R::GET]],
'/feed' => [
'/{nickname}' => [Module\Feed::class, [R::GET]],
'/{nickname}/posts' => [Module\Feed::class, [R::GET]],