modif cc in notification and Wwws change
This commit is contained in:
@@ -28,12 +28,12 @@ router.post(
|
||||
);
|
||||
|
||||
/**
|
||||
* @api {put} /adminapi/wwws/updatelocalwcoanonymous - Get local web component for app anonymous only
|
||||
* @api {put} /adminapi/wwws/webcomponents - Get local web components
|
||||
* @apiGroup Wwws
|
||||
* @apiName getappcontextforanonymous
|
||||
* @apiDescription Get web component from backend to localstorage for anonymous
|
||||
* @apiName getwco
|
||||
* @apiDescription Get web component from backend to localstorage for development. This is anonymous but must be authenticated with accessright to other tribe to get their web component.<br> For production it will generate a unique id that store to add in updatelocaldb with in production space /js/uniqueid.js css/uniqueid.css pagename.html with link in it
|
||||
*
|
||||
* @apiBody {object} tribelistwco {tribe:[wconame]}
|
||||
* @apiBody {object} tribelistwco { wco:{tribe:[wconame]}, mode:"dev"|"prod"}
|
||||
*/
|
||||
router.put(
|
||||
"/updatelocalwcoanonymous",
|
||||
|
Reference in New Issue
Block a user