From 8962132a4db905dc2d2178b0ad62fda6defbd725 Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Wed, 12 Oct 2022 18:08:53 +0200 Subject: [PATCH] Remove useless code in main.tsx --- src/main.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.tsx b/src/main.tsx index 58b8818..21c0771 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -16,9 +16,6 @@ function RenderRoot(root: Element | Document): void { namespace SVGLayoutDesigner { // eslint-disable-next-line @typescript-eslint/naming-convention export const Render = RenderRoot; - export const API_FETCH_URL = 'http://localhost:5000'; - export const API_SET_CONTAINER_LIST_URL = 'http://localhost:5000/SetContainerList'; - export const API_GET_FEEDBACK_URL = 'http://localhost:5000/GetFeedback'; } (window as any).SVGLayoutDesigner = SVGLayoutDesigner;