From 2cd3a755fdedab4ddb22fbe646ef631a8603c336 Mon Sep 17 00:00:00 2001 From: Romaric Mourgues Date: Thu, 11 May 2023 10:12:19 +0200 Subject: [PATCH] Also try with an import --- tdrive/backend/node/src/services/applications-api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/backend/node/src/services/applications-api/index.ts b/tdrive/backend/node/src/services/applications-api/index.ts index d9dfd724..967c51d2 100644 --- a/tdrive/backend/node/src/services/applications-api/index.ts +++ b/tdrive/backend/node/src/services/applications-api/index.ts @@ -3,7 +3,7 @@ import { Prefix, TdriveService } from "../../core/platform/framework"; import WebServerAPI from "../../core/platform/services/webserver/provider"; import Application from "../applications/entities/application"; import web from "./web/index"; -const httpProxy = require("@fastify/http-proxy"); +import httpProxy from "@fastify/http-proxy"; @Prefix("/api") export default class ApplicationsApiService extends TdriveService {