We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3808c commit 23c9993Copy full SHA for 23c9993
qiita_pet/webserver.py
@@ -177,6 +177,8 @@ def __init__(self):
177
(r"/qiita_db/plugins/(.*)/(.*)/commands/(.*)/", CommandHandler),
178
(r"/qiita_db/plugins/(.*)/(.*)/commands/", CommandListHandler),
179
(r"/qiita_db/plugins/(.*)/(.*)/", PluginHandler),
180
+
181
+ # start of REST API URIs
182
(r"/api/v1/study$", WeDontKnowWhatToCallThisSr),
183
(r"/api/v1/study/([0-9]+)", WeDontKnowWhatToCallThis),
184
(r"/api/v1/study/([0-9]+)/samples/categories=([a-zA-Z\-0-9\.:,_]*)",
0 commit comments