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
2af268bf
Commit
2af268bf
authored
Apr 17, 2020
by
Bimo Iman Smartadi
Browse files
[REFACTOR] Removed commented code
parent
f004a532
Changes
1
Hide whitespace changes
Inline
Side-by-side
informasi_fasilitas/urls.py
View file @
2af268bf
...
...
@@ -6,8 +6,6 @@ from . import views
#router.register(r'lokasis', views.LokasiViewSet)
urlpatterns
=
[
#path('', include(router.urls)),
#path('api-auth/', include('rest_framework.urls', namespace='rest_framework'))
path
(
'lokasi/list/'
,
views
.
lokasi_list
,
name
=
'lokasi-list'
),
path
(
'lokasi/detail/<str:name>'
,
views
.
lokasi_details
,
name
=
'lokasi-details'
),
path
(
'lokasi/add/'
,
views
.
add_lokasi
,
name
=
'add-lokasi'
),
...
...
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