Allow fetching bank details from currencies page

This commit is contained in:
2023-03-09 18:13:32 +00:00
parent 35ffa036ae
commit 21c5150f6f
2 changed files with 19 additions and 0 deletions

View File

@@ -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/",