Fixes the base resource
This commit is contained in:
parent
71de903f13
commit
5607c53329
3 changed files with 3 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ namespace isnd.Controllers
|
|||
|
||||
}
|
||||
|
||||
const string _pkgRootPrefix = "~" + ApiConfig.BaseApiPath;
|
||||
const string _pkgRootPrefix = "~/" + ApiConfig.BaseApiPath ;
|
||||
|
||||
|
||||
[HttpGet(_pkgRootPrefix + ApiConfig.Base)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue