mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-08 02:14:53 +01:00
feat(tui): move logging to server logs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user