test input hiding

This commit is contained in:
Bryan Gerlach
2026-01-11 16:46:21 -06:00
parent b98d2d0187
commit a76e26e58b

View File

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