fix: api name
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
a9c91faaf3
commit
ed8bc8ee7c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from foldbank.api import AccountsAPI, TransactionsAPI, UpcomingRecurringPaymentA
|
||||||
|
|
||||||
schema_view = get_schema_view(
|
schema_view = get_schema_view(
|
||||||
openapi.Info(
|
openapi.Info(
|
||||||
title="Grapevine API",
|
title="Fold Bank API",
|
||||||
default_version="v1",
|
default_version="v1",
|
||||||
description="",
|
description="",
|
||||||
terms_of_service="https://gvine.app/terms/",
|
terms_of_service="https://gvine.app/terms/",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue