Commit Graph

6 Commits

Author SHA1 Message Date
jinhojang6 4990953b40 feat: add contribution to subscribe3 2024-03-14 01:25:59 +09:00
jinhojang6 1fd5c16090 feat: add subscribe3 endpoint 2024-03-13 01:31:53 +09:00
Hossein Mehrabi 691992c183
fix: only allow POST requests on subscription endpoint
This change prevents the subscription endpoint from handling OPTIONS requests, which previously resulted in a 400 error and disrupted CORS functionality.
2023-11-17 16:50:58 +03:30
Hossein Mehrabi d0a9d078fb
fix: avoid storing email as 'name' when name is not provided 2023-11-15 19:16:15 +03:30
Hossein Mehrabi a4b584f8fc
remove the addons dir 2023-11-15 18:53:26 +03:30
Hossein Mehrabi fc37e6c47f
init commit 2023-11-15 17:02:33 +03:30