Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaomilho/f67505ede4079e2de96f to your computer and use it in GitHub Desktop.
Save joaomilho/f67505ede4079e2de96f to your computer and use it in GitHub Desktop.
-module(petster_hello_controller, [Request]).
-compile(export_all).
world('GET', []) ->
{output, "This is not a hello world"}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment