Fixes the base resource

This commit is contained in:
Paul Schneider 2021-09-04 13:41:00 +01:00
commit 5607c53329
3 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ namespace isnd.Controllers
}
const string _pkgRootPrefix = "~" + ApiConfig.BaseApiPath;
const string _pkgRootPrefix = "~/" + ApiConfig.BaseApiPath ;
[HttpGet(_pkgRootPrefix + ApiConfig.Base)]