Merged in feature/textExtractionsPart4 (pull request #197)

implement GET /identity

* GET /identity
This commit is contained in:
Jay Brown
2025-12-16 04:26:06 +00:00
parent ab7072ac90
commit dae7bd4cc6
19 changed files with 1811 additions and 315 deletions
+6
View File
@@ -35,6 +35,12 @@ var endpointsList = []string{
// Export Service Endpoints
"/export",
// Identity Endpoint
"/identity",
// Swagger UI
"/swagger/index.html",
}
// homeHandler renders a simple HTML page with links to all endpoints