Skip to content

Commit f1f6a20

Browse files
committed
feat: add getContainerLogs to services router
1 parent 317fb8b commit f1f6a20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/api/src/routers/services

packages/api/src/routers/services/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ export const servicesRouter = router({
2727
getEnvVariables,
2828
updateEnvVariables,
2929
listContainers,
30+
getContainerLogs,
3031
backups: backupsRouter,
3132
});

0 commit comments

Comments
 (0)