From d5456a0368117cf421b05a806bc76bb748d7bc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Alberto=20D=C3=ADaz=20Orozco=20=28Akiel=29?= Date: Fri, 15 Nov 2024 17:57:43 +0100 Subject: [PATCH] Update api version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff3a243..d2d4282 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A service to test shadowsocks keys. ## How to use Using curl, call te test endpoint with a SIP002 compatible address: -`curl -i localhost:8080/v1/test -d "address=ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpiYWRwYXNzd29yZA@localhost:6276/?outline=1"` +`curl -i localhost:8080/v2/test -d "address=ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpiYWRwYXNzd29yZA@localhost:6276/?outline=1"` #### Results