bug fix: phpmyadmin login

This commit is contained in:
usmannasir
2024-11-11 13:08:12 +05:00
parent f0cf648c78
commit 94733d206c

View File

@@ -61,6 +61,7 @@ urlpatterns = [
re_path(r'^localInitiate$', views.localInitiate, name='localInitiate'), re_path(r'^localInitiate$', views.localInitiate, name='localInitiate'),
re_path(r'^backupLogs$', views.backupLogs, name='backupLogs'), re_path(r'^backupLogs$', views.backupLogs, name='backupLogs'),
re_path(r'^fetchLogs$', views.fetchLogs, name='fetchLogs'), re_path(r'^fetchLogs$', views.fetchLogs, name='fetchLogs'),
re_path(r'^fetchgNormalSites$', views.fetchgNormalSites, name='fetchgNormalSites'), re_path(r'^fetchgNormalSites$', views.fetchgNormalSites, name='fetchgNormalSites'),