diff --git a/plugins/incremental-ingestion-backend/src/router/paths.ts b/plugins/incremental-ingestion-backend/src/router/paths.ts index 1be540fc10..2118177821 100644 --- a/plugins/incremental-ingestion-backend/src/router/paths.ts +++ b/plugins/incremental-ingestion-backend/src/router/paths.ts @@ -14,6 +14,6 @@ * limitations under the License. */ -export const PROVIDER_CLEANUP = '/providers/cleanup'; -export const PROVIDER_HEALTH = '/providers/health'; -export const PROVIDER_BASE_PATH = '/providers/:provider'; +export const PROVIDER_CLEANUP = '/incremental/cleanup'; +export const PROVIDER_HEALTH = '/incremental/health'; +export const PROVIDER_BASE_PATH = '/incremental/providers/:provider';