Skip to content

Commit

Permalink
Change name of Xray Service (#1936)
Browse files Browse the repository at this point in the history
Change name of Xray Service
  • Loading branch information
P0NDER0SA authored Aug 29, 2024
1 parent e46b6d8 commit 9d89939
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 @@ -17,7 +17,7 @@

application = Flask("app")
application.wsgi_app = ProxyFix(application.wsgi_app) # type: ignore
xray_recorder.configure(service='Notify')
xray_recorder.configure(service='Notify-Admin')
XRayMiddleware(application, xray_recorder)
create_app(application)

Expand Down

0 comments on commit 9d89939

Please sign in to comment.