We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2100f commit 169312fCopy full SHA for 169312f
1 file changed
backend/api/routes/feedback.py
@@ -136,7 +136,7 @@ async def slack_interactions(request: Request):
136
async with httpx.AsyncClient() as client:
137
# ВИПРАВЛЕНО URL
138
res = await client.post(
139
- "[https://slack.com/api/views.open](https://slack.com/api/views.open)",
+ "https://slack.com/api/views.open",
140
headers=headers,
141
json={"trigger_id": trigger_id, "view": modal_view},
142
)
0 commit comments