diff --git a/backup/urls.py b/backup/urls.py index 4c6ad42d1..310a7c95d 100755 --- a/backup/urls.py +++ b/backup/urls.py @@ -61,6 +61,7 @@ urlpatterns = [ re_path(r'^localInitiate$', views.localInitiate, name='localInitiate'), + re_path(r'^backupLogs$', views.backupLogs, name='backupLogs'), re_path(r'^fetchLogs$', views.fetchLogs, name='fetchLogs'), re_path(r'^fetchgNormalSites$', views.fetchgNormalSites, name='fetchgNormalSites'),