Allow fetching bank details from currencies page
This commit is contained in:
@@ -99,6 +99,11 @@ urlpatterns = [
|
||||
aggregators.RequestBankFetch.as_view(),
|
||||
name="bank_fetch",
|
||||
),
|
||||
path(
|
||||
"ops/bank_fetch/",
|
||||
aggregators.RequestBankFetch.as_view(),
|
||||
name="bank_fetch",
|
||||
),
|
||||
# Bank details by currency
|
||||
path(
|
||||
"banks/<str:type>/details/",
|
||||
|
||||
Reference in New Issue
Block a user