Skip to content
New issue

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

refactor: simplify wildcard routes (#124) #125

Merged
merged 2 commits into from
Jan 23, 2023
Merged

Conversation

peter-gy
Copy link
Collaborator

@peter-gy peter-gy commented Jan 22, 2023

Goals

  • Replace the hard-coded dynamic nested URL rule generation - based approach to catch requests arriving to /api/* and forward it to Stemmarest.

Notes

Reworks ea9dce2 introduced in #105.

Closes #124

Replaces the hard-coded nested URL generating approach.
Catches every request arriving to `/api/*`
Generating routes dynamically is not needed anymore.
@peter-gy peter-gy requested a review from tla January 22, 2023 20:12
Copy link
Owner

@tla tla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this so quickly!

@tla tla merged commit d90e4f1 into d3bootstrap Jan 23, 2023
@peter-gy peter-gy deleted the refactor/wildcard-routes branch January 31, 2023 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants