Skip to content

Commit 49f764c

Browse files
committed
remove comments
1 parent 4ef4ae7 commit 49f764c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

functions/src/index.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
/**
2-
* Import function triggers from their respective submodules:
3-
*
4-
* import {onCall} from "firebase-functions/v2/https";
5-
* import {onDocumentWritten} from "firebase-functions/v2/firestore";
6-
*
7-
* See a full list of supported triggers at https://firebase.google.com/docs/functions
8-
*/
9-
101
import {onRequest} from "firebase-functions/v2/https";
112
import * as logger from "firebase-functions/logger";
123
import * as express from "express";
134

14-
// Start writing functions
15-
// https://firebase.google.com/docs/functions/typescript
16-
175
export const helloWorld = onRequest(
186
{cors: [/things-to-complete\.web\.app/]},
197
(request: express.Request, response: express.Response) => {

0 commit comments

Comments
 (0)