Fixes the 500
This commit is contained in:
@ -7,7 +7,7 @@ namespace isnd
|
||||
public const string Base = "index.json";
|
||||
public const string Catalog = "catalog";
|
||||
public const string CatalogPage = "catalog-page";
|
||||
public const string Get = "get";
|
||||
public const string Get = "package";
|
||||
public const string Search = "search";
|
||||
public const string AutoComplete = "autocomplete";
|
||||
public const string CatalogLeaf = "catalog-leaf";
|
||||
|
@ -13,7 +13,6 @@ namespace isnd.Controllers
|
||||
public IActionResult NewRelease(NewReleaseInfo version)
|
||||
{
|
||||
throw new NotImplementedException("web hook");
|
||||
return View(version);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user