This commit is contained in:
Andras Bacsai
2022-03-01 11:17:34 +01:00
parent 823fe2deb2
commit 76ba338b45
3 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import type { RequestHandler } from '@sveltejs/kit';
import cuid from 'cuid';
import crypto from 'crypto';
import { buildQueue } from '$lib/queues';
import { checkContainer, removeProxyConfiguration } from '$lib/haproxy';
import { checkContainer } from '$lib/haproxy';
import { dev } from '$app/env';
export const options: RequestHandler = async () => {
@@ -154,7 +154,6 @@ export const post: RequestHandler = async (event) => {
const engine = applicationFound.destinationDocker.engine;
await removeDestinationDocker({ id, engine });
await removeProxyConfiguration(fqdn);
}
return {
status: 200,