bug fix: add path to git commands

This commit is contained in:
Usman Nasir
2020-03-09 08:59:57 +05:00
parent bf255dcb90
commit 91af462271
5 changed files with 134 additions and 4 deletions

View File

@@ -121,6 +121,7 @@ urlpatterns = [
url(r'^(?P<domain>(.*))/manageGIT$', views.manageGIT, name='manageGIT'),
url(r'^fetchFolderDetails$', views.fetchFolderDetails, name='fetchFolderDetails'),
url(r'^initRepo$', views.initRepo, name='initRepo'),
## Catch all for domains
url(r'^(?P<domain>(.*))/(?P<childDomain>(.*))$', views.launchChild, name='launchChild'),