Fixes the 500
This commit is contained in:
parent
67ec19184b
commit
ce8b7bcdb3
3 changed files with 1 additions and 5 deletions
|
|
@ -3,10 +3,8 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
|
|
||||||
namespace isn
|
namespace isn
|
||||||
{
|
{
|
||||||
|
|
||||||
partial class Program
|
partial class Program
|
||||||
{
|
{
|
||||||
private static void SourceList(IEnumerable<string> sargs)
|
private static void SourceList(IEnumerable<string> sargs)
|
||||||
|
|
@ -18,6 +16,5 @@ namespace isn
|
||||||
Console.WriteLine(JsonConvert.SerializeObject(setting));
|
Console.WriteLine(JsonConvert.SerializeObject(setting));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -7,7 +7,7 @@ namespace isnd
|
||||||
public const string Base = "index.json";
|
public const string Base = "index.json";
|
||||||
public const string Catalog = "catalog";
|
public const string Catalog = "catalog";
|
||||||
public const string CatalogPage = "catalog-page";
|
public const string CatalogPage = "catalog-page";
|
||||||
public const string Get = "get";
|
public const string Get = "package";
|
||||||
public const string Search = "search";
|
public const string Search = "search";
|
||||||
public const string AutoComplete = "autocomplete";
|
public const string AutoComplete = "autocomplete";
|
||||||
public const string CatalogLeaf = "catalog-leaf";
|
public const string CatalogLeaf = "catalog-leaf";
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ namespace isnd.Controllers
|
||||||
public IActionResult NewRelease(NewReleaseInfo version)
|
public IActionResult NewRelease(NewReleaseInfo version)
|
||||||
{
|
{
|
||||||
throw new NotImplementedException("web hook");
|
throw new NotImplementedException("web hook");
|
||||||
return View(version);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue