mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 07:16:15 +01:00
bug fixes to git manager
This commit is contained in:
@@ -128,6 +128,8 @@ urlpatterns = [
|
||||
url(r'^commitChanges$', views.commitChanges, name='commitChanges'),
|
||||
url(r'^gitPull$', views.gitPull, name='gitPull'),
|
||||
url(r'^gitPush$', views.gitPush, name='gitPush'),
|
||||
url(r'^attachRepoGIT$', views.attachRepoGIT, name='attachRepoGIT'),
|
||||
url(r'^removeTracking$', views.removeTracking, name='removeTracking'),
|
||||
|
||||
|
||||
## Catch all for domains
|
||||
|
||||
Reference in New Issue
Block a user