Revert "Cache the entire homepage for 5 minutes."

This reverts commit 9a692d475b.
This commit is contained in:
2017-09-18 13:05:29 +02:00
parent f74e05229c
commit f3e0484328
2 changed files with 0 additions and 14 deletions

View File

@@ -87,9 +87,6 @@ class CloudExtension(PillarExtension):
signal_user_changed_role.connect(self._user_changed_role)
from . import routes
routes.setup_app(app)
def _user_changed_role(self, sender, user: dict):
from pillar.api import service