Merge pull request #6785 from eugenp/BAEL-14138-v2

update post controller
This commit is contained in:
Loredana Crusoveanu 2019-04-21 23:31:54 +03:00 committed by GitHub
commit bc3ed525e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import com.baeldung.modelmapper.service.IPostService;
import com.baeldung.modelmapper.service.IUserService;
@Controller
@RequestMapping("/posts")
public class PostRestController {
@Autowired