質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
「firebase serve --only functions, hosting」 を実行し、「http://localhost:5000/webhook」を開いたのですが、
|
4
4
|
```
|
5
|
-
Cannot GET /
|
5
|
+
Cannot GET /xxx/us-central1/app/webhook
|
6
6
|
```
|
7
7
|
と表示されてしまいます。
|
8
8
|
|
@@ -10,7 +10,6 @@
|
|
10
10
|
|
11
11
|
index.ts
|
12
12
|
```JavaScript
|
13
|
-
|
14
13
|
'use strict';
|
15
14
|
|
16
15
|
const functions = require('firebase-functions');
|