Skip to content

Commit

Permalink
Add one more example
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Jan 19, 2024
1 parent f7d9bab commit 7c76d0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions application/api/example/data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
({
access: 'public',

method: async () => {
return 'Hello world';
},

returns: 'string',
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"node": "18 || 20"
},
"scripts": {
"dev": "node server.js",
"start": "node server.js",
"test": "MODE=test node server.js",
"eslint:check": "eslint .",
Expand Down

0 comments on commit 7c76d0f

Please sign in to comment.