mirror of
https://github.com/zadam/trilium.git
synced 2024-11-13 19:26:28 +08:00
8 lines
166 B
Text
8 lines
166 B
Text
|
GET {{triliumHost}}/etapi/app-info
|
||
|
Authorization: {{authToken}}
|
||
|
|
||
|
> {%
|
||
|
client.assert(response.status === 200);
|
||
|
client.assert(response.body == "Hi there!");
|
||
|
%}
|