diff options
author | prashantsinalkar | 2019-10-02 20:07:26 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-10-02 20:07:26 +0530 |
commit | 070cb90095df4ab5bc7b6e28fd13bb12df29e1f7 (patch) | |
tree | c4dc5473eb19d735a8209138d6b5a389a161d511 /website/urls.py | |
parent | 3e27e89873a65071f1f9cfcf0bef3e3b9a68f09c (diff) | |
download | R_on_Cloud_Web_Interface-070cb90095df4ab5bc7b6e28fd13bb12df29e1f7.tar.gz R_on_Cloud_Web_Interface-070cb90095df4ab5bc7b6e28fd13bb12df29e1f7.tar.bz2 R_on_Cloud_Web_Interface-070cb90095df4ab5bc7b6e28fd13bb12df29e1f7.zip |
updated the code and fixed the bugs
Diffstat (limited to 'website/urls.py')
-rw-r--r-- | website/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/urls.py b/website/urls.py index 3f12488..127cf09 100644 --- a/website/urls.py +++ b/website/urls.py @@ -17,4 +17,5 @@ urlpatterns = [ path('update_view_count/', views.update_view_count, name='update_view_count'), path('get_contributor/', ajax.contributor, name='contributor'), + path('reset/', views.reset, name='reset'), ] |