This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user