File tree 5 files changed +4
-28
lines changed
src/legacy/core_plugins/interpreter
x-pack/plugins/canvas/common/lib
5 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"license" : " Apache-2.0" ,
5
5
"scripts" : {
6
- "canvas :peg" : " pegjs common/lib/grammar.peg" ,
6
+ "interpreter :peg" : " pegjs common/lib/grammar.peg" ,
7
7
"build" : " node scripts/build" ,
8
8
"kbn:bootstrap" : " node scripts/build --dev" ,
9
9
"kbn:watch" : " node scripts/build --dev --watch"
Original file line number Diff line number Diff line change 17
17
* under the License.
18
18
*/
19
19
20
- export const API_ROUTE = '/api/canvas ' ;
20
+ export const API_ROUTE = '/api/interpreter ' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
// The server endpoint for retrieiving and running Canvas functions.
21
- export const FUNCTIONS_URL = '/api/canvas /fns' ;
21
+ export const FUNCTIONS_URL = '/api/interpreter /fns' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const CANVAS_TYPE = 'canvas-workpad';
8
8
export const CANVAS_APP = 'canvas' ;
9
9
export const APP_ROUTE = '/app/canvas' ;
10
10
export const APP_ROUTE_WORKPAD = `${ APP_ROUTE } #/workpad` ;
11
- export const API_ROUTE = '/api/canvas ' ;
11
+ export const API_ROUTE = '/api/interpreter ' ;
12
12
export const API_ROUTE_WORKPAD = `${ API_ROUTE } /workpad` ;
13
13
export const API_ROUTE_WORKPAD_ASSETS = `${ API_ROUTE } /workpad-assets` ;
14
14
export const API_ROUTE_WORKPAD_STRUCTURES = `${ API_ROUTE } /workpad-structures` ;
You can’t perform that action at this time.
0 commit comments