mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Plugins.FileSeller
|
|
@{
|
|
|
|
FileSellerService.UrlToUse = Context.Request.GetAbsoluteRootUri();
|
|
} |