mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
bitpay invoice api
This commit is contained in:
@@ -63,6 +63,8 @@ namespace Bit.Api
|
||||
// Rate limiting
|
||||
services.AddSingleton<IIpPolicyStore, MemoryCacheIpPolicyStore>();
|
||||
services.AddSingleton<IRateLimitCounterStore, MemoryCacheRateLimitCounterStore>();
|
||||
// BitPay
|
||||
services.AddSingleton<BitPayClient>();
|
||||
}
|
||||
|
||||
// Identity
|
||||
|
||||
Reference in New Issue
Block a user