use publicUrl setting for rendering callback url

This commit is contained in:
Athou
2013-04-16 10:12:37 +02:00
parent 6c544237b2
commit 2067bceff4
3 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,8 @@ public class CommaFeedApplication extends AuthenticatedWebApplication {
mountPage("error", DisplayExceptionPage.class);
mountPage("favicon", FaviconPage.class);
mountPage("google/import/redirect", GoogleImportRedirectPage.class);
mountPage("google/import/callback", GoogleImportCallbackPage.class);
mountPage(GoogleImportCallbackPage.PAGE_PATH,
GoogleImportCallbackPage.class);
mountPage("testfeed", TestRssPage.class);