fix: Coolify proxy start
This commit is contained in:
parent
bdf123bf7b
commit
88ef6496a2
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@ export const post: RequestHandler = async (event) => {
|
|||
status: 200
|
||||
};
|
||||
} catch (error) {
|
||||
return ErrorHandler(error);
|
||||
} finally {
|
||||
await stopCoolifyProxy(engine);
|
||||
return ErrorHandler(error);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue