1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00
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
];