We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some more breaking changes in the backend from this PR CSCfi/metadata-submitter#476
/v1
/logout
Public routes are:
/aai
/callback
/health
/static
/
Frontend works against backend commit be0002c, which is the last commit in develop at the time of creating this issue.
be0002c
develop
Tests pass again ^^
The text was updated successfully, but these errors were encountered:
lilachic
Successfully merging a pull request may close this issue.
Proposed solution
There are some more breaking changes in the backend from this PR CSCfi/metadata-submitter#476
/v1
/logout
doesn't redirect to frontend any more, it returns 204Public routes are:
/aai
/callback
/logout
/health
/static
/
- with catch-all, so any routes not matching other routes will return the frontend files, so maybe frontend needs to handle routing differentlyDoD (Definition of Done)
Frontend works against backend commit
be0002c
, which is the last commit indevelop
at the time of creating this issue.Testing
Tests pass again ^^
The text was updated successfully, but these errors were encountered: