astrosat / safers-dashboard-api

Common API Gateway for SAFERS
MIT License
0 stars 1 forks source link

feat(backend): propagate profile updates to gateway #338

Closed allynt closed 1 year ago

allynt commented 1 year ago

When updating a user profile, synchronise those changes w/ the gateway as well.

Also defined a custom mixin to restrict updates to PUTs and not PATCHes.