mirror of
https://github.com/jlengrand/github-project.git
synced 2026-03-10 08:21:20 +00:00
Moving to local API
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
handlers:
|
handlers:
|
||||||
- name: start_scene_initial_prompt
|
- name: start_scene_initial_prompt
|
||||||
- name: create_github_repository
|
- name: create_github_repository
|
||||||
inlineCloudFunction:
|
httpsEndpoint:
|
||||||
executeFunction: ActionsOnGoogleFulfillment
|
baseUrl: https://fae5efdc81b9.ngrok.io
|
||||||
|
endpointApiVersion: 2
|
||||||
|
|||||||
@@ -77,5 +77,4 @@ app.handle('create_github_repository', (conv) => {
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
exports.ActionsOnGoogleFulfillment = functions.https.onRequest(app);
|
exports.ActionsOnGoogleFulfillment = functions.https.onRequest(app);
|
||||||
|
|
||||||
@@ -21,4 +21,4 @@
|
|||||||
"eslint": "^5.2.0",
|
"eslint": "^5.2.0",
|
||||||
"eslint-config-google": "^0.9.1"
|
"eslint-config-google": "^0.9.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user