Skip to content

Fix bug with multiple decorators on the same cbv endpoint - #18

Merged
dmontagu merged 1 commit into
masterfrom
fix-multiple-decorators
Mar 7, 2020
Merged

Fix bug with multiple decorators on the same cbv endpoint#18
dmontagu merged 1 commit into
masterfrom
fix-multiple-decorators

Conversation

@dmontagu

Copy link
Copy Markdown
Collaborator

Closes#16

@codecov

codecovBot commented Mar 7, 2020

Copy link
Copy Markdown

Codecov Report

Merging #18 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@ Coverage Diff @@## master #18 +/- ##
=========================================
Coverage 100.00% 100.00% =========================================
Files 9 9 Lines 294 288 -6 Branches 38 36 -2 =========================================
- Hits 294 288 -6 

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42c6898...2a1af84. Read the comment docs.

@dmontagu
dmontagu merged commit af95ff4 into masterMar 7, 2020
nyejon added a commit to nyejon/fastapi-utils that referenced this pull request Mar 7, 2020
Fix bug with multiple decorators on the same cbv endpoint (fastapiutils#18)
pavelzw pushed a commit to pavelzw/fastapi-utils that referenced this pull request Aug 13, 2023
@yuval9313
yuval9313 deleted the fix-multiple-decorators branch May 11, 2024 14:49
Sign up for freeto 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.

[BUG]/[FEATURE] multiple path's on the same method results in errors

1 participant

@dmontagu