From 2d1b26965b1c818a2c9d33e0f9e2be390c10d92a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 12 Jun 2020 15:31:32 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/LicenseController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/Controllers/LicenseController.cs b/server/AyaNova/Controllers/LicenseController.cs index cc1a0e63..0167374f 100644 --- a/server/AyaNova/Controllers/LicenseController.cs +++ b/server/AyaNova/Controllers/LicenseController.cs @@ -146,7 +146,7 @@ namespace AyaNova.Api.Controllers /// Posting to this route causes AyaNova to request a trial license key from the AyaNova license server /// Database must be empty and unlicensed or trial license /// - /// + /// /// HTTP 204 No Content result code on success or fail code with explanation [HttpPost("trialRequest")] public async Task RequestTrial([FromBody] RequestTrial trialRequest)