feat(static): create web origins for the static mirrors

This commit is contained in:
Iain Learmonth 2023-05-31 13:59:45 +01:00
parent 5d00dc8fe1
commit 51779b6cc3
5 changed files with 92 additions and 17 deletions

View file

@ -81,9 +81,8 @@ class StaticOrigin(AbstractConfiguration):
foreign_keys=[source_cloud_account_id])
def destroy(self) -> None:
# TODO: The StaticMetaAutomation will clean up for now, but it should probably happen here for consistency
super().destroy()
for proxy in self.proxies:
proxy.destroy()
def update(
self,