docs: Wrote a page about getting currency

This commit is contained in:
Данил 2025-02-25 17:14:11 +03:00
parent ac52635834
commit 6269512daa
2 changed files with 204 additions and 1 deletions

View file

@ -28,7 +28,11 @@ export default defineConfig({
items: [
{
label: 'Endpoints list', slug: 'docs/endpoints/endpoints-list'
}
},
{
label: 'Get currency rate - /api/getRate',
slug: 'docs/endpoints/getrate'
},
],
},
],