From 7d57053a7275d5d75426c1d43b634cf38345a417 Mon Sep 17 00:00:00 2001 From: Arnas Udovic Date: Thu, 19 Jun 2025 07:48:03 +0300 Subject: [PATCH] README updwq --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 748e8df..cb6631a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ App can be called directly and do management in console. ## Links -- `/` - some information about this filter -- `/instances` - list of instances in json format with more information. Supports pagination, filter by instance creation date: `?start=3&count=100&since=2024-01-10`. Sorted by descending creation date +- `/` - some html information about this filter +- `/instances` - list of instances in json format with more information. Supports pagination, filter by instance creation date: `?start=3&count=100&since=2024-01-10`. Sorted by descending creation date. Also it can be used as search by host: `?search=www.example.com` - `/instances/hosts` - list of hosts in json format. Supports pagination, filter by instance creation date: `?start=3&count=100&since=2024-01-10`. Sorted by descending creation date ## Setup