From 9d6b54b0e4200470f4464b69fb1fb88443dd1bf7 Mon Sep 17 00:00:00 2001 From: Redume Date: Tue, 25 Feb 2025 16:56:49 +0300 Subject: [PATCH] chore: Adjusted the name of the subdomain --- .../src/content/docs/docs/endpoints/endpoints-list.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/content/docs/docs/endpoints/endpoints-list.mdx b/docs/src/content/docs/docs/endpoints/endpoints-list.mdx index df0724b..07775c4 100644 --- a/docs/src/content/docs/docs/endpoints/endpoints-list.mdx +++ b/docs/src/content/docs/docs/endpoints/endpoints-list.mdx @@ -14,8 +14,8 @@ https://kekkai.redume.su/api/ Kekkai has 3 API endpoints: `getRate`, `getChart` and `metadata`. Below you will find a list of parameters that each endpoint requires and a description of what the API does. -| Service | API Endpoint | Description | -|--------------|------------------------------------------|---------------------------------------------------------------------------------------------| -| Get Rate | `https://kekkai.redume.su/api/getRate/` | Get currency exchange rate for a specific day or period | -| Create Chart | `https://kekkai.redume.su/api/getChart/` | Creating a chart with exchange rate | -| Metadata | `https://kekkai.redume.su/api/metadata/` | Shows the last and first dates of currency rate collection, as well as available currencies | \ No newline at end of file +| Service | API Endpoint | Description | +|--------------|----------------------------------------------|---------------------------------------------------------------------------------------------| +| Get Rate | `https://kekkai-api.redume.su/api/getRate/` | Get currency exchange rate for a specific day or period | +| Create Chart | `https://kekkai-api.redume.su/api/getChart/` | Creating a chart with exchange rate | +| Metadata | `https://kekkai-api.redume.su/api/metadata/` | Shows the last and first dates of currency rate collection, as well as available currencies | \ No newline at end of file