Skip to content

Commit

Permalink
fix ScrollForExport method
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 4, 2020
1 parent 3f82724 commit b937101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/so_management/server/routes/scroll_export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { IRouter } from 'src/core/server';
import { findAll } from '../lib';

export const registerScrollForExportRoute = (router: IRouter) => {
router.get(
router.post(
{
path: '/api/kibana/management/saved_objects/scroll/export', // TODO: change
validate: {
Expand Down

0 comments on commit b937101

Please sign in to comment.