Merge pull request #361 from jonnybarnes/360-fix-micropubcreate-page-as-well

Redirect `/micropub/create` page to `/notes/new` page
This commit is contained in:
Jonny Barnes 2022-08-13 16:19:18 +01:00 committed by GitHub
commit e23ba75021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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