Commit Graph

8 Commits

Author SHA1 Message Date
Adolfo Reyna
148ed696b2 feat: Add Swagger API documentation
This commit introduces Swagger API documentation for all endpoints in the
application.

- Installs  and .
- Configures Swagger in  to generate and serve API documentation
  at .
- Adds JSDoc-style Swagger annotations to all routes in  and
  the  directory (, , ,
  , , ).
- Defines a cookie-based security scheme for authenticated routes.

This allows for interactive API documentation and testing via the
endpoint.
2025-07-17 09:52:37 -04:00
Adolfo Reyna
100b0c2a8f Change payments to be accessible wihtout loggin 2025-07-17 09:32:49 -04:00
aeroreyna
294cacf963 Subscriptions 2022-02-04 22:54:48 -06:00
aeroreyna
cb056a078a Record Payments Intents 2022-01-23 20:16:50 -08:00
Adolfo Reyna
f147bf70fd custom amount payments 2022-01-05 23:29:14 -08:00
Adolfo Reyna
75249c9f07 payments v2 2021-11-10 22:10:58 -08:00
Adolfo Reyna
b40f2b42bf payments v1 2021-11-10 22:09:09 -08:00
Adolfo Reyna
364f38a28d payments v1 2021-11-10 22:03:49 -08:00