mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-27 12:34:34 +00:00
feat: Dual certificates
desing: Lots of design/css updates version++
This commit is contained in:
@@ -30,7 +30,7 @@ export const post: RequestHandler = async (event) => {
|
||||
const { version } = await event.request.json();
|
||||
|
||||
try {
|
||||
await db.setService({ id, version });
|
||||
await db.setServiceVersion({ id, version });
|
||||
return {
|
||||
status: 201
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user