Editing of triggers seems to work.

Some further fixes.
This commit is contained in:
Tomas Bures 2018-08-04 15:00:37 +05:30
parent ffc26a4836
commit 965f30cea7
23 changed files with 855 additions and 377 deletions

7
shared/urls.js Normal file
View file

@ -0,0 +1,7 @@
'use strict';
const anonymousRestrictedAccessToken = 'public';
module.exports = {
anonymousRestrictedAccessToken
};