Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
API docs: Documents /api/v1/scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitche committed May 14, 2015
1 parent 00dd216 commit 24b950e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r2/r2/controllers/api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def GET_docs(self, mode):
from r2.controllers.api import ApiController, ApiminimalController
from r2.controllers.apiv1.user import APIv1UserController
from r2.controllers.apiv1.gold import APIv1GoldController
from r2.controllers.apiv1.scopes import APIv1ScopesController
from r2.controllers.captcha import CaptchaController
from r2.controllers.front import FrontController
from r2.controllers.wiki import WikiApiController, WikiController
Expand All @@ -210,6 +211,7 @@ def GET_docs(self, mode):
api_controllers = [
(APIv1UserController, '/api/v1'),
(APIv1GoldController, '/api/v1'),
(APIv1ScopesController, '/api/v1'),
(ApiController, '/api'),
(ApiminimalController, '/api'),
(WikiApiController, '/api/wiki'),
Expand Down

0 comments on commit 24b950e

Please sign in to comment.