view commits

This commit is contained in:
Usman Nasir
2020-03-12 18:56:28 +05:00
parent c254164475
commit 79d06972cf
6 changed files with 174 additions and 154 deletions

View File

@@ -132,6 +132,7 @@ urlpatterns = [
url(r'^removeTracking$', views.removeTracking, name='removeTracking'),
url(r'^fetchGitignore$', views.fetchGitignore, name='fetchGitignore'),
url(r'^saveGitIgnore$', views.saveGitIgnore, name='saveGitIgnore'),
url(r'^fetchCommits$', views.fetchCommits, name='fetchCommits'),
## Catch all for domains