Skip to content

Commit

Permalink
feat: 🎸 hello API
Browse files Browse the repository at this point in the history
  • Loading branch information
ginpei committed May 24, 2023
1 parent 03315ca commit b6df79c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions functions/src/index.ts
Expand Up @@ -13,7 +13,7 @@ import * as logger from "firebase-functions/logger";
// Start writing functions
// https://firebase.google.com/docs/functions/typescript

// export const helloWorld = onRequest((request, response) => {
// logger.info("Hello logs!", {structuredData: true});
// response.send("Hello from Firebase!");
// });
export const helloWorld = onRequest((request, response) => {
logger.info("Hello logs!", {structuredData: true});
response.send("Hello from Firebase!");
});

0 comments on commit b6df79c

Please sign in to comment.