Skip to content

Commit

Permalink
Change back URI prefix to /api/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan Kooij committed May 13, 2018
1 parent e2321b3 commit 5dc6eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
*/
public class RestControllerConstants {

public static final String URI_PREFIX = "/api/v2";
public static final String URI_PREFIX = "/api/v1";

}

0 comments on commit 5dc6eb2

Please sign in to comment.