Skip to content

Commit

Permalink
Simply changing a name in a string (#2277)
Browse files Browse the repository at this point in the history
Lookig to differentiate between the api and admin for Xray simply
  • Loading branch information
P0NDER0SA authored Aug 29, 2024
1 parent ad9dd90 commit 9a68cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

app = create_app(application)

xray_recorder.configure(service='Notify', context=NotifyContext())
xray_recorder.configure(service='Notify-API', context=NotifyContext())
XRayMiddleware(app, xray_recorder)

apig_wsgi_handler = make_lambda_handler(app, binary_support=True)
Expand Down

0 comments on commit 9a68cac

Please sign in to comment.