Pre-wave commit.

This commit is contained in:
Josh Sherman 2013-12-18 20:24:19 -05:00
parent 1006cbd436
commit 1e140d1a09
4 changed files with 21 additions and 20 deletions

View file

@ -0,0 +1,12 @@
<?php
class api_v1_leaderboard extends APIv1
{
protected $request_methods = array('GET', 'POST', 'PUT');
public function __default()
{
}
}
?>