From 2bc521666f349e7166db4b743368a9824b3a39de Mon Sep 17 00:00:00 2001 From: carlospelazas Date: Thu, 7 Mar 2024 19:53:18 +0100 Subject: [PATCH] update gateway postman collection --- gatewayservice/postman/Gateway.postman_collection.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gatewayservice/postman/Gateway.postman_collection.json b/gatewayservice/postman/Gateway.postman_collection.json index 470896d..e721b96 100644 --- a/gatewayservice/postman/Gateway.postman_collection.json +++ b/gatewayservice/postman/Gateway.postman_collection.json @@ -61,6 +61,14 @@ } }, "response": [] + }, + { + "name": "Get statistics", + "request": { + "method": "GET", + "header": [] + }, + "response": [] } ] } \ No newline at end of file