Skip to content

Commit 23c9993

Browse files
committed
Another @antgonza comment
1 parent 1a3808c commit 23c9993

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qiita_pet/webserver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ def __init__(self):
177177
(r"/qiita_db/plugins/(.*)/(.*)/commands/(.*)/", CommandHandler),
178178
(r"/qiita_db/plugins/(.*)/(.*)/commands/", CommandListHandler),
179179
(r"/qiita_db/plugins/(.*)/(.*)/", PluginHandler),
180+
181+
# start of REST API URIs
180182
(r"/api/v1/study$", WeDontKnowWhatToCallThisSr),
181183
(r"/api/v1/study/([0-9]+)", WeDontKnowWhatToCallThis),
182184
(r"/api/v1/study/([0-9]+)/samples/categories=([a-zA-Z\-0-9\.:,_]*)",

0 commit comments

Comments
 (0)