mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
view changed files
This commit is contained in:
@@ -133,6 +133,8 @@ urlpatterns = [
|
||||
url(r'^fetchGitignore$', views.fetchGitignore, name='fetchGitignore'),
|
||||
url(r'^saveGitIgnore$', views.saveGitIgnore, name='saveGitIgnore'),
|
||||
url(r'^fetchCommits$', views.fetchCommits, name='fetchCommits'),
|
||||
url(r'^fetchFiles$', views.fetchFiles, name='fetchFiles'),
|
||||
url(r'^fetchChangesInFile$', views.fetchChangesInFile, name='fetchChangesInFile'),
|
||||
|
||||
|
||||
## Catch all for domains
|
||||
|
||||
Reference in New Issue
Block a user