Fixes the base resource
This commit is contained in:
parent
71de903f13
commit
5607c53329
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ namespace isnd
|
|||
{
|
||||
public const string BaseApiPath = "/";
|
||||
public const string Publish = "put";
|
||||
public const string Base = "index";
|
||||
public const string Base = "index.json";
|
||||
public const string Catalog = "catalog";
|
||||
public const string Get = "get";
|
||||
public const string Search = "search";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue