Skip to content

Commit d7068b9

Browse files
committed
feat(contacts): add printable contact one-pager PDF endpoint
1 parent 537009d commit d7068b9

8 files changed

Lines changed: 930 additions & 75 deletions

File tree

backend/app/api/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
api_keys,
77
calendar,
88
contact_fields,
9+
contact_pdf,
910
contacts,
1011
custom_fields,
1112
debts,
@@ -55,6 +56,7 @@
5556
api_router.include_router(media_recommendations.router)
5657
api_router.include_router(journal.router)
5758
api_router.include_router(import_export.router)
59+
api_router.include_router(contact_pdf.router)
5860
api_router.include_router(webhooks.router)
5961
api_router.include_router(activity_logs.router)
6062
api_router.include_router(calendar.router)

0 commit comments

Comments
 (0)