Update web routes

This commit is contained in:
Daniel Supernault 2021-01-28 22:38:30 -07:00
parent 98cdd52e99
commit b43bb1dd0d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
Route::group(['prefix' => 'api'], function () {
Route::get('search', 'SearchController@searchAPI');
Route::get('nodeinfo/2.0.json', 'FederationController@nodeinfo');
Route::post('status/view', 'StatusController@storeView');
Route::group(['prefix' => 'compose'], function() {
Route::group(['prefix' => 'v0'], function() {