From 7932bb0b7f398cb90f4cdc78c5a4213b24b792a4 Mon Sep 17 00:00:00 2001 From: cyperdark <21735205+cyperdark@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:08:50 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f927ff65..d014523a 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,12 @@ Routes gosu compatible api - `/` - List of all counters you have - `/json` - Example of `/ws` response -- `/ws` - [response example]([https://github.com/KotRikD/tosu/releases/latest](https://github.com/KotRikD/tosu/wiki/v1-websocket-api-response)) +- `/ws` - [response example](https://github.com/KotRikD/tosu/wiki/v1-websocket-api-response) - `/Songs/{path}` - Show content of the file, or show list of files for a folder v2 _**(tosu own api)**_ - `/json/v2` - Example of `/websocket/v2` response -- `/websocket/v2` - [response example]([https://github.com/KotRikD/tosu/releases/latest](https://github.com/KotRikD/tosu/wiki/v2-websocket-api-response)) +- `/websocket/v2` - [response example](https://github.com/KotRikD/tosu/wiki/v2-websocket-api-response) - `/files/beatmap/{path}` - same as `/Songs/{path}` - `/files/skin/{path}` - similar as `/files/beatmap/{path}`, but for a skin ---