Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
restored antwebsystems website rest
Browse files Browse the repository at this point in the history
  • Loading branch information
hansbak committed Feb 26, 2022
1 parent 62c192b commit 9376247
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions service/growerp.rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,17 @@ along with this software (see the LICENSE.md file). If not, see
<method type="patch"><service name="growerp.100.ChatServices100.update#ChatRoom"/></method>
<method type="delete"><service name="growerp.100.ChatServices100.delete#ChatRoom"/></method></resource>
</resource>
<!-- Antwebsystems website -->
<resource name="storecontents" require-authentication="anonymous-view">
<id name="productStoreId">
<resource name="info"><method type="get">
<service name="growerp.website.WebSiteRestServices.get#ProductStoreWikiContentInfo"/></method></resource>
<resource name="BlogInfo"><method type="get">
<service name="growerp.website.WebSiteRestServices.get#BlogInfo"/></method></resource>
<resource name="BlogPost"><method type="get">
<service name="growerp.website.WebSiteRestServices.get#PublishedBlogPost"/></method></resource>
<resource name="PublishedWikiPageText"><method type="get">
<service name="growerp.website.WebSiteRestServices.get#PublishedWikiPageText"/></method></resource>
</id>
</resource>
</resource>

0 comments on commit 9376247

Please sign in to comment.