aybInstance/data/webInfo.json

8 lines
233 B
JSON
Raw Normal View History

2024-01-05 15:40:03 +00:00
{
"$schema": "https://raw.githubusercontent.com/marcua/ayb/main/docs/config/endpoints/schema.json",
"base_url": "https://ayb.sofiaritz.com",
"endpoints": {
"profile": "/u/{entity}",
"confirmation": "/auth/confirm/{token}"
}
}