USEPA / haztrak

An open-source web app that illustrates how waste management software can interface with RCRAInfo to track hazardous waste electronically
https://usepa.github.io/haztrak/
MIT License
45 stars 19 forks source link

Auth URL fix #695

Closed dpgraham4401 closed 3 months ago

dpgraham4401 commented 3 months ago

Description

Quick fix URL used for login endpoint on our front end.

For reference, since we reorged the django apps, we now have all user endpoints under the user resource. so /api/login became /api/user/login

Issue ticket number and link

Checklist