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 @@ +