This commit is contained in:
2020-02-24 12:59:16 +01:00
parent 1be4f80fa3
commit 0e68972aba
28 changed files with 1900 additions and 47 deletions

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -0,0 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};