Skip to content

Commit 377a6d9

Browse files
committed
change the endpoint description
1 parent 6a5b081 commit 377a6d9

File tree

1 file changed

+1
-1
lines changed
  • examples/python/servers/fastapi

1 file changed

+1
-1
lines changed

examples/python/servers/fastapi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async def dynamic_price_middleware(request: Request, call_next):
112112
pay_to_address=ADDRESS,
113113
network=NETWORK,
114114
facilitator_config=facilitator_config,
115-
description=f"$pong token access ({budget})",
115+
description=f"acp job budget ({budget})",
116116
mime_type="application/json",
117117
)
118118

0 commit comments

Comments
 (0)