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
Hello,
I have standard erlang directory structure. In priv directory i have js dir with javascript files and index.html - main page.
I started misultin:
misultin:start_link([{port, 2000}, {static, "/home/user/testproject/priv/"}, {loop, fun(Req) -> handle_http(Req) end}]),
Now what i must write in handle_http to return index.html with correctly loaded js files?
Thank you.
The text was updated successfully, but these errors were encountered:
just visit http://127.0.0.1:2000/static/index.html, it should work. The path must start with /static/.
/static/
Sorry, something went wrong.
No branches or pull requests
Hello,
I have standard erlang directory structure. In priv directory i have js dir with javascript files and index.html - main page.
I started misultin:
Now what i must write in handle_http to return index.html with correctly loaded js files?
Thank you.
The text was updated successfully, but these errors were encountered: