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
I want to listen port 8080 to deploy mockbin, but apiembed can not work. I look at the code, find the following line of code is the problem
//filename: src/views/bin/view.jade // Original code iframe(src='http://api.apiembed.com/?source=#{req.protocol}://#{req.hostname}/bin/#{req.params.uuid}/sample', frameborder=0, scrolling='no', marginheight=0, marginwidth=0, width='100%', height=350, seamless) // Solved the problem iframe(src='http://api.apiembed.com/?source=#{req.protocol}://#{req.hostname}:8080/bin/#{req.params.uuid}/sample', frameborder=0, scrolling='no', marginheight=0, marginwidth=0, width='100%', height=350, seamless)
Are there any other people who have this problem ? Is there a better way to solve it
The text was updated successfully, but these errors were encountered:
ahmadnassri
No branches or pull requests
I want to listen port 8080 to deploy mockbin, but apiembed can not work.
I look at the code, find the following line of code is the problem
Are there any other people who have this problem ? Is there a better way to solve it
The text was updated successfully, but these errors were encountered: