WIP embed.js support and robots.txt
This commit is contained in:
parent
5368c08039
commit
d0d36c26f3
15 changed files with 108 additions and 44 deletions
|
|
@ -54,3 +54,6 @@ $router->mount('/settings', function () use ($router) {
|
|||
});
|
||||
|
||||
$router->get('/discover', 'DiscoverController@get');
|
||||
|
||||
// -- EMBED -- //
|
||||
$router->get('/embed/v2/(\d+)', 'EmbedController@v2');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue