Last active
May 27, 2020 21:39
-
-
Save rzvdaniel/01a24c783aa9c54370f31fdde1aa297a to your computer and use it in GitHub Desktop.
Moleculer-Firebase index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const functions = require('firebase-functions'); | |
const { expressServer } = require('./server'); | |
const moleculerApi = functions.https.onRequest(expressServer); | |
module.exports = { | |
moleculerApi | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment