Skip to content

Commit

Permalink
set cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Nov 21, 2024
1 parent 825d0ec commit 1138572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/api_pods_podid_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def callback(pod_id_net, request: Request):

pod_id, tapis_domain = net_info['url'].split('.pods.') ## Should return `mypod` & `tacc.tapis.io` with proper tenant and schmu

return JSONResponse(content = f"Callback for pod_id_net: {pod_id_net}, tapis_domain: {tapis_domain}", status_code = 200)
# return JSONResponse(content = f"Callback for pod_id_net: {pod_id_net}, tapis_domain: {tapis_domain}", status_code = 200)
# return JSONResponse(content = str(dir(request)))
# code = request.args.get('code')
# if not code:
Expand Down

0 comments on commit 1138572

Please sign in to comment.