Skip to content

Commit

Permalink
Update api routes
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Jul 7, 2021
1 parent 83c0275 commit 4a30ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Expand Up @@ -72,7 +72,7 @@


Route::get('timelines/home', 'Api\ApiV1Controller@timelineHome')->middleware($middleware);
Route::get('timelines/public', 'Api\ApiV1Controller@timelinePublic');
Route::get('timelines/public', 'Api\ApiV1Controller@timelinePublic')->middleware($middleware);
Route::get('timelines/tag/{hashtag}', 'Api\ApiV1Controller@timelineHashtag');
});
Route::group(['prefix' => 'stories'], function () use($middleware) {
Expand Down

0 comments on commit 4a30ff1

Please sign in to comment.