Skip to content

Commit

Permalink
bug fix: phpmyadmin login
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Nov 11, 2024
1 parent f0cf648 commit 94733d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backup/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

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'),
Expand Down

0 comments on commit 94733d2

Please sign in to comment.