Get decorated
page endpoint
#2382
Closed
WSH032
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 9 replies
-
I wonder for what purpose you need the actual undecorated endpoint? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for developing this fantastic library. 💖
Question
During usage, I notice that
nicegui
wraps the original endpoint function, making it impossible to retrieve the actual endpoint from thescope
of requestFeature Requests
How about adding a
page_endpoints
property forclass nicegui.page.page
,nicegui/nicegui/page.py
Line 134 in ccab181
something like:
Beta Was this translation helpful? Give feedback.
All reactions