Skip to content

Commit f3e1d6c

Browse files
authored
replaced HttpApi.empty with HttpApi.make("api") (#62)
1 parent e177c34 commit f3e1d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/monorepo/packages/domain/src/TodosApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ export class TodosApiGroup extends HttpApiGroup.make("todos")
4545
)
4646
{}
4747

48-
export class TodosApi extends HttpApi.empty.add(TodosApiGroup) {}
48+
export class TodosApi extends HttpApi.make("api").add(TodosApiGroup) {}

0 commit comments

Comments
 (0)