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 8899a8a commit 3bcc628Copy full SHA for 3bcc628
sandbox/Makefile
@@ -2,7 +2,7 @@ SHELL := /bin/bash
2
dirname := $(notdir $(patsubst %/,%,$(CURDIR)))
3
4
install: # Installs dependencies using poetry.
5
- poetry install --no-root
+ poetry install
6
7
list: # List of make targets
8
@grep '^[^#[:space:]].*:' Makefile
sandbox/api/app.py
@@ -127,6 +127,7 @@ def get_consent() -> Union[dict, tuple]:
127
"""
128
return get_consent_response()
129
130
+
131
@app.route(f"/{COMMON_PATH}/Consent", methods=["POST"])
132
def post_consent() -> Union[dict, tuple]:
133
"""Sandbox API for POST /Consent
0 commit comments