Skip to content

Commit

Permalink
chore: removes webhook.site on example
Browse files Browse the repository at this point in the history
  • Loading branch information
thiarthur committed Aug 2, 2024
1 parent cdacb6a commit d1a0069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integrations/fastapi_plugin/user_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
eolic = Eolic(
remote_targets=[
"http://127.0.0.1:8001/user-events",
"https://webhook.site/02479cf4-12e7-4d68-a900-c3f9e1daba56",
"https://a/event",
]
)

Expand Down

0 comments on commit d1a0069

Please sign in to comment.