Skip to content

Commit 448297d

Browse files
committed
Send through the octopus server url to the feedback service
1 parent cfdb6bf commit 448297d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/ratings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ async def create_feedback_async(
2929

3030
headers = {
3131
"Authorization": "Bearer " + access_token,
32+
"X-Octopus-Server": octopus_url,
3233
}
3334

3435
feedback = {

0 commit comments

Comments
 (0)