Skip to content

Commit

Permalink
fix: test data source connection api url
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Aug 24, 2023
1 parent 5ddb6cf commit 080b0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getListResource = (listResourceOption: ListResourceParams): ListRes

export const createDataSource: Resource = createResource({ url: 'insights.api.setup.add_database' })
export const testDataSourceConnection: Resource = createResource({
url: 'insights.api.setup_test_database_connection',
url: 'insights.api.setup.test_database_connection',
})

export const getDocumentResource = (
Expand Down

0 comments on commit 080b0e0

Please sign in to comment.