This commit is contained in:
2020-06-11 23:11:12 +00:00
parent 59fcaa6f18
commit f66096e875

View File

@@ -36,9 +36,11 @@ namespace rockfishCore.Controllers
public string Contact { get; set; }
}
// private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
#if (DEBUG)
private const string LICENSE_SERVER_URL = "http://localhost:3001/";
#else
private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
#endif
[HttpPost]
public async Task<IActionResult> Post([FromBody] dtoRequest r)