chore: cleanup old plan docs, add evidence/references dirs
NexusGuard CI / server-core-test (push) Failing after 48s
NexusGuard CI / device-agent-test (push) Failing after 35s
NexusGuard CI / dashboard-ui-build (push) Failing after 39s

This commit is contained in:
datadunia
2026-05-25 05:05:03 +07:00
parent 8818d715c5
commit deed74cd9b
14 changed files with 279 additions and 3822 deletions
+12
View File
@@ -0,0 +1,12 @@
F3: Swagger Endpoint Verification
==================================
Command: curl -s -o /dev/null -w "HTTP %{http_code}" http://localhost:8080/swagger/index.html
Result: HTTP 200 (SUCCESS)
Date: 2026-05-25
Additional verification:
- Swagger HTML: <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8">...
- Swagger JSON: valid OpenAPI 2.0 spec with paths (/servers, etc.)
- Server-core running: Up 8 seconds, port 8080 mapped
Container: nexusguard-server-core (built from fixed Dockerfile)