add "-" bettwen httppost address
This commit is contained in:
parent
ea8ea43353
commit
31a0f62a02
|
|
@ -20,7 +20,7 @@ public class RoutingSpeederController : ControllerBase
|
|||
_service = service;
|
||||
}
|
||||
|
||||
[HttpPost("/routingspeeder/classifier/train")]
|
||||
[HttpPost("/routing-speeder/classifier/train")]
|
||||
public IActionResult TrainIntentClassifier(TrainingParams trainingParams)
|
||||
{
|
||||
var intentClassifier = _service.GetRequiredService<IntentClassifier>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue