Skip to content

Instantly share code, notes, and snippets.

@takacsv
Created June 4, 2012 20:20
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 takacsv/2870627 to your computer and use it in GitHub Desktop.
Save takacsv/2870627 to your computer and use it in GitHub Desktop.
API.pm:
...
group {
under '/api' => \&API::_Base::check_session;
require API::Question;
};
...
API/Question.pm:
...
get '/quests' => \&return_something;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment