From e15057e75eff9acbefe13eb0172a6c8b94bc865e Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 10 Feb 2026 20:33:10 -0600 Subject: [PATCH] fix: remove old url --- AGENTS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 6e00d0e..cf9e0ca 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,10 +31,6 @@ If `MYSELF.md` does not exist, ask the user to copy `MYSELF.example.md` to `MYSE | ContactDB | `http://localhost:42000/contactdb-api/docs` | `/contactdb-api/openapi.json` | | DataIndex | `http://localhost:42000/dataindex/docs` | `/dataindex/openapi.json` | -Direct backend ports (without Caddy proxy): -- ContactDB: `http://localhost:42800` -- DataIndex: `http://localhost:42180` - ## Common Questions → API Calls Use this table to translate natural language questions into API calls. The base URLs below assume Caddy proxy (`http://localhost:42000`).