Merged in feature/cognito-mfa-1 (pull request #154)
DRAFT for mfa demo * for mfa demo * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1 * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1 * cleanup * list cognito users * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1
This commit is contained in:
@@ -26,22 +26,15 @@ var endpointsList = []string{
|
||||
|
||||
// Client Service Endpoints
|
||||
"/client",
|
||||
"/client/:id",
|
||||
"/client/:id/status",
|
||||
"/client/:id/collector",
|
||||
"/client/:id/documents",
|
||||
"/client/:id/export",
|
||||
|
||||
// Query API Endpoints
|
||||
"/query",
|
||||
"/query/:id",
|
||||
"/query/:id/test",
|
||||
|
||||
// Document Service Endpoints
|
||||
"/document/:id",
|
||||
"/document",
|
||||
|
||||
// Export Service Endpoints
|
||||
"/export/:id",
|
||||
"/export",
|
||||
}
|
||||
|
||||
// homeHandler renders a simple HTML page with links to all endpoints
|
||||
|
||||
Reference in New Issue
Block a user