Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-BE
Commits
1d6f9bc6
Commit
1d6f9bc6
authored
Apr 17, 2020
by
Bimo Iman Smartadi
Browse files
[REFACTOR] deleted commented code
parent
993f606e
Changes
1
Hide whitespace changes
Inline
Side-by-side
new_rest_api/urls.py
View file @
1d6f9bc6
...
...
@@ -6,11 +6,6 @@ import new_rest_api.views
from
django.views.generic
import
TemplateView
router
=
routers
.
DefaultRouter
()
#router.register(r'users', rest_api.views.UserViewSet)
#router.register(r'groups', rest_api.views.GroupViewSet)
urlpatterns
=
[
path
(
'user-list/'
,
new_rest_api
.
views
.
user_list
,
name
=
'user-list'
),
path
(
'user-detail/<str:email>'
,
new_rest_api
.
views
.
user_details
,
name
=
'user-details'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment