mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
api_docs: Move new_captcha to captcha section.
This commit is contained in:
@@ -107,7 +107,7 @@ class ApiminimalController(MinimalController):
|
||||
"""
|
||||
|
||||
@validatedForm()
|
||||
@api_doc(api_section.misc)
|
||||
@api_doc(api_section.captcha)
|
||||
def POST_new_captcha(self, form, jquery, *a, **kw):
|
||||
iden = get_iden()
|
||||
jquery("body").captcha(iden)
|
||||
|
||||
Reference in New Issue
Block a user