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

Fix middleware for children of root API #68

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

calvinmclean
Copy link
Owner

  • This prevents the error about defining middleware after routes on the mux
  • It also makes sure that each middleware of child APIs is operating independently

- This prevents the error about defining middleware after routes on
  the mux
- It also makes sure that each middleware of child APIs is operating
  independently
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.57%. Comparing base (146e591) to head (8cda634).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   81.57%   81.57%           
=======================================
  Files          22       22           
  Lines        1444     1444           
=======================================
  Hits         1178     1178           
  Misses        172      172           
  Partials       94       94           

@calvinmclean calvinmclean merged commit 402cb2b into main Jun 26, 2024
5 checks passed
@calvinmclean calvinmclean deleted the fix/middleware-child-api branch June 26, 2024 06:39
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.

None yet

1 participant