pixelfed/config/routes.php

9 lines
155 B
PHP
Raw Normal View History

2018-05-20 03:06:28 +00:00
<?php
return [
'hashtag' => [
2018-08-28 03:07:36 +00:00
'base' => config('app.url').'/discover/tags/',
'search' => config('app.url').'/discover/tags/',
2018-05-20 03:06:28 +00:00
],
2018-08-28 03:07:36 +00:00
];