12 lines
193 B
HTTP
12 lines
193 B
HTTP
@SNote.Server_HostAddress = http://localhost:5202
|
|
|
|
GET {{SNote.Server_HostAddress}}/todos/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{SNote.Server_HostAddress}}/todos/1
|
|
Accept: application/json
|
|
|
|
###
|