Skip to content

Commit

Permalink
fix import for ingest route
Browse files Browse the repository at this point in the history
  • Loading branch information
rassokhin-s committed Jul 6, 2023
1 parent a7b49be commit 6881d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/internal/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
require('./explorer/stream-classifications')
],
ingest: [
require('./ingest/stream')
require('./ingest')
],
prediction: [
require('./prediction/classifier-deployments'),
Expand Down

0 comments on commit 6881d13

Please sign in to comment.