Skip to content

Commit a550133

Browse files
committed
endpoints default
1 parent 8823b12 commit a550133

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

quickstart/src/services.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ async def main():
1212
await client.start_service(
1313
workflows=[GreetingWorkflow],
1414
functions=[welcome],
15-
options=ServiceOptions(
16-
endpoints=True
17-
)
1815
)
1916

2017
def run_services():

0 commit comments

Comments
 (0)