WIP embed.js support and robots.txt

This commit is contained in:
Pablo Ferreiro 2022-04-10 12:10:48 +02:00
parent 5368c08039
commit d0d36c26f3
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
15 changed files with 108 additions and 44 deletions

View file

@ -54,3 +54,6 @@ $router->mount('/settings', function () use ($router) {
});
$router->get('/discover', 'DiscoverController@get');
// -- EMBED -- //
$router->get('/embed/v2/(\d+)', 'EmbedController@v2');