Revert "Move settings to public/svgld-settings.js"

This reverts commit 2cf56632155f5378c8819991b1b42ab135cbe384.
This commit is contained in:
Eric NGUYEN 2022-10-12 18:08:35 +02:00
parent fff0645045
commit d368641200
12 changed files with 27 additions and 26 deletions

View file

@ -1,4 +0,0 @@
export declare const API_FETCH_URL: string;
export declare const API_SET_CONTAINER_LIST_URL: string;
export declare const API_GET_FEEDBACK_URL: string;

View file

@ -1,3 +0,0 @@
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';