Can invite user to manage your store

This commit is contained in:
nicolas.dorier
2018-03-23 16:24:57 +09:00
parent 3b2cf2f1de
commit 39b34ff4ed
19 changed files with 514 additions and 174 deletions

View File

@@ -15,6 +15,7 @@ namespace BTCPayServer.Controllers
{
public partial class StoresController
{
[HttpGet]
[Route("{storeId}/lightning/{cryptoCode}")]
public async Task<IActionResult> AddLightningNode(string storeId, string cryptoCode)