Add data/webInfo.json

This commit is contained in:
Sofía Aritz 2024-01-05 15:40:03 +00:00
parent 23d5ff4d16
commit b10899c7d3

8
data/webInfo.json Normal file
View file

@ -0,0 +1,8 @@
{
"$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}"
}
}