We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8393f5b commit 8cd7264Copy full SHA for 8cd7264
lib/logic/api/trigger.js
@@ -32,7 +32,7 @@ const _extractTriggerEntity = trigger => ({
32
33
const getAllTypes = async () => {
34
const RequestOptions = {
35
- url: '/api/hermes/events/types',
+ url: '/api/hermes/types',
36
qs: {},
37
method: 'GET',
38
};
@@ -50,7 +50,7 @@ const getAllTypes = async () => {
50
51
const getType = async (type, kind) => {
52
const options = {
53
- url: `/api/hermes/events/types/${type}/${kind}`,
+ url: `/api/hermes/types/${type}/${kind}`,
54
55
56
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.8.14",
+ "version": "0.8.15",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments