We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb946b9 commit 2e42fa1Copy full SHA for 2e42fa1
src/backend/rest.ts
@@ -229,7 +229,7 @@ export default class RestApiBackend implements Backend {
229
// but we may have a more detailed error message
230
if (error.status === 404) {
231
throw new Error(
232
- 'REST API endpoint returned 404 (not found) error. Choose correct Checkmk edition and version in data source settings and make sure URL is correct.'
+ 'REST API endpoint returned 404 (not found) error. Choose correct Checkmk edition in data source settings and make sure URL is correct.'
233
);
234
}
235
0 commit comments