Skip to content

Commit

Permalink
Remove run API (elastic#742)
Browse files Browse the repository at this point in the history
It's not used anywhere and is no longer necessary. We can always recreate
it if the need arises.
  • Loading branch information
Bargs authored and Rashid Khan committed Jul 2, 2018
1 parent 0476316 commit 06f16c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions server/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import { socketApi } from './socket';
import { translate } from './translate';
import { esFields } from './es_fields';
import { esIndices } from './es_indices';
import { runApi } from './run';
import { getAuth } from './get_auth';

export function routes(server) {
runApi(server);
workpad(server);
socketApi(server);
translate(server);
Expand Down
44 changes: 0 additions & 44 deletions server/routes/run.js

This file was deleted.

0 comments on commit 06f16c5

Please sign in to comment.