Arquisoft / wiq_es1b

Wiq ES 1b
https://arquisoft.github.io/wiq_es1b/
0 stars 1 forks source link

Fix duplicate models #102

Closed alexfdzs closed 4 months ago

alexfdzs commented 5 months ago

Make gateway service a real controller, and not just redirect endpoints to the corresponding service.

With this, each service will manage ONLY the part that has to do with it.

For example, to save a game to history, gateway will first call authService to collect the user, and then call recordService to save the game.