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