CQ
This commit is contained in:
parent
7a835c5c95
commit
a92bee32e1
5 changed files with 81 additions and 67 deletions
14
src/isnd/ApiConfig.cs
Normal file
14
src/isnd/ApiConfig.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
namespace isnd
|
||||
{
|
||||
public static class ApiConfig
|
||||
{
|
||||
public const string BaseApiPath = "/";
|
||||
public const string Publish = "put";
|
||||
public const string Base = "index";
|
||||
public const string Catalog = "catalog";
|
||||
public const string Get = "get";
|
||||
public const string Search = "search";
|
||||
public const string AutoComplete = "autocomplete";
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue