Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Sep 19, 2024
1 parent 659f75a commit f35152e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merchants/FastapiApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
app = FastAPI(
title=settings.PROJECT_NAME,
version=__merchants_version__,
description="Universal Payment Processing System",
debug=True,
description="A unified payment processing toolkit for Starlette/FastAPI applications",
debug=settings.DEBUG,
)
app.add_middleware(DebugToolbarMiddleware)

Expand Down

0 comments on commit f35152e

Please sign in to comment.