시스템 업데이트트
This commit is contained in:
4
app.js
4
app.js
@@ -1,7 +1,7 @@
|
||||
// functions/index.js
|
||||
|
||||
const functions = require('firebase-functions');
|
||||
const functions = require("firebase-functions");
|
||||
|
||||
exports.helloWorld = functions.https.onRequest((request, response) => {
|
||||
response.send("Hello from Firebase!");
|
||||
response.send("Hello from Firebase!");
|
||||
});
|
||||
Reference in New Issue
Block a user