初始化 antd-pro
This commit is contained in:
10
admin-web/functions/index.js
Normal file
10
admin-web/functions/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// [START functionsimport]
|
||||
const functions = require('firebase-functions');
|
||||
const express = require('express');
|
||||
|
||||
const matchMock = require('./matchMock');
|
||||
|
||||
const app = express();
|
||||
|
||||
app.use(matchMock);
|
||||
exports.api = functions.https.onRequest(app);
|
||||
Reference in New Issue
Block a user