Moving to local API

This commit is contained in:
Julien Lengrand-Lambert
2020-08-03 21:14:41 +02:00
parent f51228ed6a
commit c66400d477
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
handlers:
- name: start_scene_initial_prompt
- name: create_github_repository
inlineCloudFunction:
executeFunction: ActionsOnGoogleFulfillment
httpsEndpoint:
baseUrl: https://fae5efdc81b9.ngrok.io
endpointApiVersion: 2

View File

@@ -77,5 +77,4 @@ app.handle('create_github_repository', (conv) => {
})
});
exports.ActionsOnGoogleFulfillment = functions.https.onRequest(app);
exports.ActionsOnGoogleFulfillment = functions.https.onRequest(app);

View File

@@ -21,4 +21,4 @@
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1"
}
}
}