Skip to content

Commit 06fe7cf

Browse files
committed
Add fastapi_endpoint decorator
1 parent 48276b4 commit 06fe7cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/labthings_fastapi/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
thing_property,
55
thing_setting,
66
thing_action,
7+
fastapi_endpoint,
78
)
89
from .dependencies.blocking_portal import BlockingPortal
910
from .dependencies.invocation import InvocationID, InvocationLogger, CancelHook
@@ -27,6 +28,7 @@
2728
"thing_property",
2829
"thing_setting",
2930
"thing_action",
31+
"fastapi_endpoint",
3032
"BlockingPortal",
3133
"InvocationID",
3234
"InvocationLogger",

0 commit comments

Comments
 (0)