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