This commit is contained in:
Andras Bacsai
2022-05-17 15:54:11 +02:00
parent e563988596
commit 59086e9eb4
2 changed files with 11 additions and 8 deletions

View File

@@ -6,12 +6,7 @@ import * as db from '$lib/database';
import type { RequestHandler } from '@sveltejs/kit';
import compare from 'compare-versions';
import got from 'got';
import {
checkContainer,
configureNetworkTraefikProxy,
startCoolifyProxy,
startTraefikProxy
} from '$lib/haproxy';
import { checkContainer, startCoolifyProxy, startTraefikProxy } from '$lib/haproxy';
export const get: RequestHandler = async (request) => {
try {