...
This commit is contained in:
parent
df55836c58
commit
1befc2e053
38 changed files with 427 additions and 309 deletions
|
|
@ -3,6 +3,8 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using isn.abst;
|
||||
using isn.Abstract;
|
||||
using isnd.Controllers;
|
||||
using isnd.Data;
|
||||
using isnd.Data.Catalog;
|
||||
|
|
@ -41,7 +43,7 @@ namespace isnd.Services
|
|||
new Resource
|
||||
{
|
||||
Id = extUrl + ApiConfig.Publish,
|
||||
Type = "PackagePublish/2.0.0",
|
||||
Type = Constants.PublishCommandId,
|
||||
Comment = "Package Publish service"
|
||||
});
|
||||
// under dev, only leash in release mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue