HM-74. Добавлена модалка-сайдбар. Реализована модалка для просмотра логов. (#32)
This commit is contained in:
14
store.http
14
store.http
@ -31,7 +31,7 @@ content-type: application/json
|
||||
Api-Name: store-service-test
|
||||
|
||||
{
|
||||
"key": "testApi",
|
||||
"key": "testApigg",
|
||||
"value": {
|
||||
"name": "ivan23",
|
||||
"age": 22
|
||||
@ -45,3 +45,15 @@ Api-Name: store-service-test
|
||||
// Удаление апи
|
||||
DELETE http://vigdorov.ru:4001/store/testApi HTTP/1.1
|
||||
Api-Name: store-service-test
|
||||
|
||||
###
|
||||
GET http://vigdorov.ru:4001/logs/server HTTP/1.1
|
||||
|
||||
###
|
||||
GET http://vigdorov.ru:4001/logs/client HTTP/1.1
|
||||
|
||||
###
|
||||
DELETE http://vigdorov.ru:4001/logs/server HTTP/1.1
|
||||
|
||||
###
|
||||
DELETE http://vigdorov.ru:4001/logs/client HTTP/1.1
|
||||
Reference in New Issue
Block a user