mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 14:36:38 +02:00
added app-info method to etapi #2697
This commit is contained in:
7
test-etapi/app-info.http
Normal file
7
test-etapi/app-info.http
Normal file
@@ -0,0 +1,7 @@
|
||||
GET {{triliumHost}}/etapi/app-info
|
||||
Authorization: {{authToken}}
|
||||
|
||||
> {%
|
||||
client.assert(response.status === 200);
|
||||
client.assert(response.body == "Hi there!");
|
||||
%}
|
||||
Reference in New Issue
Block a user