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 cfdb6bf commit 448297dCopy full SHA for 448297d
infrastructure/ratings.py
@@ -29,6 +29,7 @@ async def create_feedback_async(
29
30
headers = {
31
"Authorization": "Bearer " + access_token,
32
+ "X-Octopus-Server": octopus_url,
33
}
34
35
feedback = {
0 commit comments