fix delete zip issue

This commit is contained in:
Bryan Gerlach
2026-01-12 18:55:30 -06:00
parent 3c312dad7b
commit cbe2b4e60f
6 changed files with 10 additions and 5 deletions

View File

@@ -33,4 +33,5 @@ urlpatterns = [
url(r'^get_png',views.get_png),
url(r'^save_custom_client',views.save_custom_client),
url(r'^get_zip',views.get_zip),
url(r'^cleanzip',views.cleanup_secrets),
]