From b10899c7d3af1b66d17b8b9d2429a63a0bbcdd38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Fri, 5 Jan 2024 15:40:03 +0000 Subject: [PATCH] Add data/webInfo.json --- data/webInfo.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/webInfo.json diff --git a/data/webInfo.json b/data/webInfo.json new file mode 100644 index 0000000..4989857 --- /dev/null +++ b/data/webInfo.json @@ -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}" + } +} \ No newline at end of file