Skip to content

Commit

Permalink
FIX: i18n admin plugin doesn't work (Fixes #179)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhanin committed Mar 31, 2015
1 parent b2b99fd commit 97655d4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
@Component
public class MessagesUIRoute extends ResourcesRoute {
public MessagesUIRoute() {
super("MessagesUIRoute", "/@/ui/messages", "restx/i18n", ImmutableMap.of("", "index.html"));
super("MessagesUIRoute", "/@/ui/messages", "restx/i18n/admin", ImmutableMap.of("", "index.html"));
}
}

0 comments on commit 97655d4

Please sign in to comment.