diff --git a/public/.well-known/ai-plugin.json b/public/.well-known/ai-plugin.json index 1bf0797..6e7b54b 100644 --- a/public/.well-known/ai-plugin.json +++ b/public/.well-known/ai-plugin.json @@ -148,32 +148,6 @@ } } } - }, - "/api/snapshot": { - "get": { - "description": "Snapshot Data", - "operationId": "snapshot", - "responses": { - "200": { - "description": "Snapshot successfully.", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "result": { - "type": "array" - } - }, - "required": [ - "result" - ] - } - } - } - } - } - } } } } \ No newline at end of file