add to url

This commit is contained in:
Bryan Gerlach
2024-11-05 14:19:39 -06:00
parent bfadbb8cd5
commit 52447c5c45

View File

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