add missing function

This commit is contained in:
usmannasir
2025-04-04 14:56:48 +05:00
parent d1ab8bd29f
commit 867d5abea9
4 changed files with 1692 additions and 5786 deletions

View File

@@ -194,6 +194,4 @@ urlpatterns = [
# Catch all for domains
path('<domain>/<childDomain>', views.launchChild, name='launchChild'),
path('<domain>', views.domain, name='domain'),
path(r'GetWPSitesByDomain', views.GetWPSitesByDomain, name='GetWPSitesByDomain'),
]