Implement profit sharing system and write tests
This commit is contained in:
@@ -226,6 +226,11 @@ urlpatterns = [
|
||||
wallets.WalletUpdate.as_view(),
|
||||
name="wallet_update",
|
||||
),
|
||||
path(
|
||||
"operator_wallets/<str:type>/update/",
|
||||
wallets.OperatorWalletsUpdate.as_view(),
|
||||
name="operator_wallets_update",
|
||||
),
|
||||
path(
|
||||
"wallets/<str:type>/delete/<str:pk>/",
|
||||
wallets.WalletDelete.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user