From b5b3f06cca30d3ffbbf70e467657a550b8c91faa Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 09:20:28 +0800 Subject: [PATCH] ADD file via upload --- flower_user_front/src/js/http.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 flower_user_front/src/js/http.js diff --git a/flower_user_front/src/js/http.js b/flower_user_front/src/js/http.js new file mode 100644 index 0000000..ce166c1 --- /dev/null +++ b/flower_user_front/src/js/http.js @@ -0,0 +1,2 @@ +export const http='http://localhost:8181' +export const BASEURL='http://localhost:8181'