OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 221 forks source link

re-add the password host route #1080

Closed apex-omontgomery closed 6 years ago

apex-omontgomery commented 6 years ago

Includes the route to the backend without the api

Will still need to add the environment variable for this in k8s.

apex-omontgomery commented 6 years ago

I replied in the backend, oops: https://github.com/OperationCode/operationcode_backend/issues/379#issuecomment-434856132

apex-omontgomery commented 6 years ago

Fixed the things, added api/v1 and hooked into sentry logging so we know sooner when this happens.

Also added a password change route at api/v1/update if you want to make a form or something for that. You can probably merge this while we wait to push to backend, or you can wait.