diff --git a/routes/web.php b/routes/web.php index 6d822b3b..574bba01 100644 --- a/routes/web.php +++ b/routes/web.php @@ -183,6 +183,9 @@ Route::group(['domain' => config('url.longurl')], function () { // Places Route::get('places', [PlacesController::class, 'index']); Route::get('places/{place}', [PlacesController::class, 'show']); + + // Micropub + Route::redirect('/micropub/create', '/notes/new'); }); // Short URL