Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.FileSeller/Views/Shared/FileSeller/Detect.cshtml
2023-06-19 08:54:13 +02:00

6 lines
162 B
Plaintext

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Plugins.FileSeller
@{
FileSellerService.UrlToUse = Context.Request.GetAbsoluteRootUri();
}