Commit Graph

8 Commits

Author SHA1 Message Date
7d901c4273 Update dependencies and remove gateway
* Remove Gateway module, configuration, and references
* Update backend services to directly handle requests under `/api` prefix
* Adjust frontend contact route to connect directly to the server
* Centralize authentication logic and integrate token refresh mechanism
2025-07-22 23:32:57 +02:00
916dbfcf95 Add customer management 2025-07-06 08:31:48 +00:00
d1b93eedaa Rename mailRestTemplate to plainRestTemplate in RestTemplateConfigTest. 2025-06-29 19:21:03 +09:00
a72ba69179 Inject plainRestTemplate into SubmitContactUseCaseImpl and update RestTemplateConfig. 2025-06-29 19:14:14 +09:00
5e2e742151 test 2025-05-30 05:33:51 +02:00
cb4eb80105 Refactoring + migrate mail package to server. 2025-05-04 19:17:26 +02:00
eb17e24511 Implement backend for contact form with gateway integration 2025-05-04 12:56:55 +02:00
a4f1a58f15 Initial Commit 2025-05-04 12:18:13 +02:00