Skip to content

Commit

Permalink
enable security again
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Feb 6, 2020
1 parent 110187e commit ec1a4ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/server/saved_objects/routes/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export const registerMigrateRoute = (
{
path: '/api/saved_objects/_migrate',
validate: false,
options: {
authRequired: false,
},
},
async (context, req, res) => {
const migrator = await migratorPromise;
Expand Down

0 comments on commit ec1a4ab

Please sign in to comment.