Editing of triggers seems to work.
Some further fixes.
This commit is contained in:
parent
ffc26a4836
commit
965f30cea7
23 changed files with 855 additions and 377 deletions
7
shared/urls.js
Normal file
7
shared/urls.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const anonymousRestrictedAccessToken = 'public';
|
||||
|
||||
module.exports = {
|
||||
anonymousRestrictedAccessToken
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue