mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 16:28:50 -07:00
Fixed position of parenthesis in ConfigurationController.cs
This commit is contained in:
parent
5dd2689b0a
commit
b326927221
@ -18,8 +18,8 @@ public class ConfigurationController : Controller {
|
|||||||
[Route("ConfigurationWebService.asmx/GetMMOServerInfo")] // used by SuperSecret
|
[Route("ConfigurationWebService.asmx/GetMMOServerInfo")] // used by SuperSecret
|
||||||
public IActionResult GetMMOServerInfoWithZone([FromForm] string apiKey) {
|
public IActionResult GetMMOServerInfoWithZone([FromForm] string apiKey) {
|
||||||
return Ok(mmoConfigService.GetMMOServerInformation(
|
return Ok(mmoConfigService.GetMMOServerInformation(
|
||||||
ClientVersion.GetVersion(apiKey.ToLower())) // NOTE: in this request apiKey is send uppercase
|
ClientVersion.GetVersion(apiKey.ToLower()) // NOTE: in this request apiKey is send uppercase
|
||||||
);
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user