v3 API prefix
This commit is contained in:
parent
5d37238a44
commit
cd72b7b9aa
16 changed files with 24 additions and 32 deletions
|
|
@ -9,7 +9,7 @@ namespace isnd.Controllers
|
|||
{
|
||||
|
||||
// GET /autocomplete?id=isn.protocol&prerelease=true
|
||||
[HttpGet(Constants.PackageRootServerPrefix + ApiConfig.AutoComplete)]
|
||||
[HttpGet("~/" + Constants.APIPrefix + ApiConfig.AutoComplete)]
|
||||
public IActionResult AutoComplete(
|
||||
string id,
|
||||
string semVerLevel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue