Merged in feature/textExtractionsPart4 (pull request #197)
implement GET /identity * GET /identity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user