Files
SNote/Server/SNote.Server.http
T

12 lines
193 B
HTTP
Raw Normal View History

2026-05-28 02:54:17 +10:00
@SNote.Server_HostAddress = http://localhost:5202
GET {{SNote.Server_HostAddress}}/todos/
Accept: application/json
###
GET {{SNote.Server_HostAddress}}/todos/1
Accept: application/json
###