teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

2019/11/06 00:06

投稿

Natsu.mikan
Natsu.mikan

スコア6

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 / xxx / us-central1 / app / webhook
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');