aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Root.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm
index caaa260ff..8128d8c9d 100644
--- a/perllib/FixMyStreet/App/Controller/Root.pm
+++ b/perllib/FixMyStreet/App/Controller/Root.pm
@@ -77,6 +77,10 @@ sub index : Path : Args(0) {
$c->detach;
}
+ # TODO: Not sure we want to hammer the FS for every front page request,
+ # might need a smarter way to tell iOS about the icons
+ $c->forward('/offline/_stash_manifest_icons', [ $c->cobrand->moniker ]);
+
$c->forward('/auth/get_csrf_token');
}