You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a specific problem?
Now that we will have a frontend app, we should prefix all of our API endpoints with /api so that the backend and frontend routes don't clash.
Describe the solution you'd like
Prefix all of our backend API's with /api. That will also allow #621 to be a little smarter about which paths to 404 vs which paths to just reroute to the frontend home page (status quo is to reroute everyone to the home page since there is no easy way to say what is a backend endpoint vs a frontend route)
Describe alternatives you've considered, if any
Could do nothing, or serve frontend at a specific path, but that would make the user facing URL weird
* Move the `migrations` package into the `fidesops` package (#620)
* Move `/migrations` into core fidesops package
Also moves the `alembic.ini` file.
* Update references to the `/migrations` dir
* Remove unused `PackageSettings`
* Update `CHANGELOG.md`
* Correct the path to `alembic.ini`
* Correctly resolve config paths
* Update `CHANGELOG.md` for patch release 1.5.3 (#623)
* move migration
Co-authored-by: Phil Salant <[email protected]>
* Move the `migrations` package into the `fidesops` package (#620)
* Move `/migrations` into core fidesops package
Also moves the `alembic.ini` file.
* Update references to the `/migrations` dir
* Remove unused `PackageSettings`
* Update `CHANGELOG.md`
* Correct the path to `alembic.ini`
* Correctly resolve config paths
* Update `CHANGELOG.md` for patch release 1.5.3 (#623)
* move migration
Co-authored-by: Phil Salant <[email protected]>
Is your feature request related to a specific problem?
Now that we will have a frontend app, we should prefix all of our API endpoints with
/api
so that the backend and frontend routes don't clash.Describe the solution you'd like
Prefix all of our backend API's with
/api
. That will also allow #621 to be a little smarter about which paths to 404 vs which paths to just reroute to the frontend home page (status quo is to reroute everyone to the home page since there is no easy way to say what is a backend endpoint vs a frontend route)Describe alternatives you've considered, if any
Could do nothing, or serve frontend at a specific path, but that would make the user facing URL weird
Additional context
See #560 (comment)
The text was updated successfully, but these errors were encountered: