This commit is contained in:
Andras Bacsai
2022-10-18 13:52:47 +02:00
parent 42e50c800b
commit 8ef5604ce8
4 changed files with 230 additions and 25 deletions

View File

@@ -171,7 +171,6 @@ export async function parseAndFindServiceTemplates(service: any, workdir?: strin
}
}
return parsedTemplate
}
export async function getService(request: FastifyRequest<OnlyId>) {