File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const _extractTriggerEntity = trigger => ({
32
32
33
33
const getAllTypes = async ( ) => {
34
34
const RequestOptions = {
35
- url : '/api/hermes/events/ types' ,
35
+ url : '/api/hermes/types' ,
36
36
qs : { } ,
37
37
method : 'GET' ,
38
38
} ;
@@ -50,7 +50,7 @@ const getAllTypes = async () => {
50
50
51
51
const getType = async ( type , kind ) => {
52
52
const options = {
53
- url : `/api/hermes/events/ types/${ type } /${ kind } ` ,
53
+ url : `/api/hermes/types/${ type } /${ kind } ` ,
54
54
method : 'GET' ,
55
55
} ;
56
56
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.8.14 " ,
3
+ "version" : " 0.8.15 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments