From 6fa5b90acb85ce25617503c42bda5abea038710b Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 19 Feb 2025 14:20:28 +0100 Subject: [PATCH] ok --- src/cos.php | 14 ++++++++++++++ src/js/get.js | 1 - src/js/post.js | 6 ++++++ src/php/get.php | 5 ++--- src/php/gget.php | 15 +++++++++++++++ 5 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 src/cos.php create mode 100644 src/php/gget.php diff --git a/src/cos.php b/src/cos.php new file mode 100644 index 0000000..474edc4 --- /dev/null +++ b/src/cos.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/src/js/get.js b/src/js/get.js index ecdfdf6..a6f5b36 100644 --- a/src/js/get.js +++ b/src/js/get.js @@ -1,4 +1,3 @@ - export const fetchData = () => { return fetch('./php/get.php') .then(response => { diff --git a/src/js/post.js b/src/js/post.js index e69de29..3eeab9a 100644 --- a/src/js/post.js +++ b/src/js/post.js @@ -0,0 +1,6 @@ +export const fetchData = () => { + return fetch('./php/get.php') + + + +} \ No newline at end of file diff --git a/src/php/get.php b/src/php/get.php index 6054a0c..d069076 100644 --- a/src/php/get.php +++ b/src/php/get.php @@ -1,7 +1,6 @@ +?> \ No newline at end of file diff --git a/src/php/gget.php b/src/php/gget.php new file mode 100644 index 0000000..2706976 --- /dev/null +++ b/src/php/gget.php @@ -0,0 +1,15 @@ +