From adf07b310bddf751584db0717b8f501b8acda32a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 24 Aug 2018 16:19:39 +0200 Subject: Added models for post types --- api/Posts/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/Posts/routes.php') diff --git a/api/Posts/routes.php b/api/Posts/routes.php index c34c120..c3b90e4 100644 --- a/api/Posts/routes.php +++ b/api/Posts/routes.php @@ -1,5 +1,5 @@ get('/posts', 'PostController@getAll'); $router->get('/posts/{id}', 'PostController@getById'); $router->post('/posts', 'PostController@create'); -- cgit v1.2.3