Redirect micropub create page to notes new page

This commit is contained in:
Jonny Barnes 2022-08-13 16:14:12 +01:00
parent 6256160b6b
commit b5ca634bdd
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

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