Skip to content

Commit

Permalink
spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpricethesecond committed Feb 9, 2024
1 parent 63ac76e commit 0ed4943
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion service/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def __init__(self, url_map, *items):
api.add_resource(AuthURLResource, '/v3/globus-proxy/auth/url/<client_id>/<endpoint_id>')
api.add_resource(TokensResource, '/v3/globus-proxy/auth/tokens/<client_id>/<session_id>/<auth_code>')
api.add_resource(CheckTokensResource, '/v3/globus-proxy/auth/check_tokens/<endpoint_id>')
# api.add_resource(OpsResource, '/v3/globus-proxy/ops/<client_id>/<endpoint_id>/<regex("(.*)"):path>')
api.add_resource(OpsResource, '/v3/globus-proxy/ops/<client_id>/<endpoint_id>/<regex("(.*)"):path>')

# transfer resourced are separated due to inconsistent url pattern
Expand Down
2 changes: 1 addition & 1 deletion service/resources/openapi_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ paths:
description: Server error.

# --- Paths for Auth -----------------------------------------------------
'/v3/globus-proxy/auth/url/{client_id}':
'/v3/globus-proxy/auth/url/{client_id}/{endpoint_id}':
get:
tags:
- Auth
Expand Down

0 comments on commit 0ed4943

Please sign in to comment.