diff options
Diffstat (limited to 'stainless.yml')
| -rw-r--r-- | stainless.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stainless.yml b/stainless.yml index 2e262b749..91f8043fc 100644 --- a/stainless.yml +++ b/stainless.yml @@ -51,14 +51,20 @@ resources: methods: get: get /app init: post /app/init + log: post /log find: + models: + match: Match + symbol: Symbol methods: text: get /find files: get /find/file symbols: get /find/symbol file: + models: + file: File methods: read: get /file status: get /file/status |
