Created
July 3, 2024 17:33
-
-
Save hugobarauna/6a42e10053d0d3b10e5d64f69c62293f to your computer and use it in GitHub Desktop.
This file contains 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
Kino.Proxy.listen(fn conn -> | |
Plug.Conn.send_resp(conn, 200, "hello world!") | |
end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment