Skip to content

Commit

Permalink
Fix api path
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jan 10, 2017
1 parent d82a1b2 commit fac4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ac/simons/doag2016/GenreApiController.java
Expand Up @@ -12,7 +12,7 @@
import static org.jooq.impl.DSL.count;

@RestController
@RequestMapping("/genres")
@RequestMapping("/api/genres")
public class GenreApiController {
private final DSLContext create;

Expand Down

0 comments on commit fac4809

Please sign in to comment.