Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

Nafis

Merged Nafis Azizi Riza requested to merge nafis into main
2 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -10,7 +10,7 @@ urlpatterns = [
@@ -10,7 +10,7 @@ urlpatterns = [
path('customer', read_restopay_customer, name='read_restopay_customer'),
path('customer', read_restopay_customer, name='read_restopay_customer'),
path('topup_customer', topup_customer, name='topup_customer'),
path('topup_customer', topup_customer, name='topup_customer'),
path('withdraw_customer', withdraw_customer, name='withdraw_customer'),
path('withdraw_customer', withdraw_customer, name='withdraw_customer'),
path('courier', read_restopay_customer, name='read_restopay_courier'),
path('courier', read_restopay_courier, name='read_restopay_courier'),
path('topup_courier', topup_customer, name='topup_courier'),
path('topup_courier', topup_courier, name='topup_courier'),
path('withdraw_courier', withdraw_customer, name='withdraw_courier'),
path('withdraw_courier', withdraw_courier, name='withdraw_courier'),
]
]
 
\ No newline at end of file
Loading