Skip to content

Commit aadc058

Browse files
author
Ivan
committed
feat: add new ALTCHA challenge endpoint to HTTP API routes
1 parent 6d6b405 commit aadc058

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

meshchatx.rsm

0 Bytes
Binary file not shown.

tests/backend/fixtures/http_api_routes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"method": "POST",
4545
"path": "/api/v1/app/tutorial/seen"
4646
},
47+
{
48+
"method": "GET",
49+
"path": "/api/v1/auth/altcha/challenge"
50+
},
4751
{
4852
"method": "GET",
4953
"path": "/api/v1/auth/csrf"

0 commit comments

Comments
 (0)