We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loopbak 4 is based on express , is there a way we can use this plugin to proxy the azure function requests to the loopback app?
we cant really access const app = require('express') to change it
is there a way around this? can i do it on the serverless handler somehow, considering i get access to the loopback app instance in the handler
The text was updated successfully, but these errors were encountered:
I don't think so as this needs to replace the original express instance and I don't think you can do that after it is initialized by loopback.
Sorry, something went wrong.
@srikanthadibhatla Do you have a way to export the express app reference?
No branches or pull requests
loopbak 4 is based on express , is there a way we can use this plugin to proxy the azure function requests to the loopback app?
we cant really access
const app = require('express')
to change it
is there a way around this? can i do it on the serverless handler somehow, considering i get access to the loopback app instance in the handler
The text was updated successfully, but these errors were encountered: