❔ What should web api controller return?
I can return Ok with some json as parameter. Or I can return simple string
For example, I have method in controller:
Is it correct to return just a string?
For example, I have method in controller:
Is it correct to return just a string?