feat(caprover): allow to trigger an application update

+ added test coverage
This commit is contained in:
Pierre Martin
2024-03-10 09:49:52 +01:00
parent df5bfe4e1a
commit fd3783cc8d
18 changed files with 650 additions and 73 deletions

2
joe.ts
View File

@@ -39,7 +39,7 @@ const server = Bun.serve({
{ headers: { "Content-Type": "text/html" } }
);
case "/applications":
return applications(req, caprover);
return applications(req, caprover, queries);
case "/applications/update":
return applicationsUpdate(req, caprover, dockerHub, queries);
default: