diff options
Diffstat (limited to 'stainless.yml')
| -rw-r--r-- | stainless.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/stainless.yml b/stainless.yml index 23e0be234..f8d654fb4 100644 --- a/stainless.yml +++ b/stainless.yml @@ -51,9 +51,16 @@ resources: get: get /app init: post /app/init + find: + methods: + text: get /find + files: get /find/file + symbols: get /find/symbol + file: methods: - search: get /file + read: get /file + status: get /file/status config: models: |
