reading metadata in shared link

This commit is contained in:
Peter Papp
2020-08-25 11:03:53 +02:00
parent 9f4c21a1b1
commit 6f9f2f2d34
17 changed files with 4296 additions and 4582 deletions

View File

@@ -11,6 +11,11 @@
|
*/
// Get og site for web crawlers
if( Crawler::isCrawler()) {
Route::get('/shared/{token}', 'AppFunctionsController@og_site');
}
// Stripe WebHook
Route::post('/stripe/webhook', 'WebhookController@handleWebhook');