mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
fixes
This commit is contained in:
@@ -16,9 +16,9 @@ Route::get('/translations/{lang}', CurrentLocalizationController::class);
|
||||
|
||||
// Get og site for web crawlers
|
||||
if (Crawler::isCrawler()) {
|
||||
Route::get('/share/{shared}', WebCrawlerOpenGraphController::class);
|
||||
Route::get('/share/{share}', WebCrawlerOpenGraphController::class);
|
||||
} else {
|
||||
Route::get('/share/{shared}', SharePublicIndexController::class);
|
||||
Route::get('/share/{share}', SharePublicIndexController::class);
|
||||
}
|
||||
|
||||
// Index
|
||||
|
||||
Reference in New Issue
Block a user