diff --git a/api/course/premium.php b/api/course/premium.php
deleted file mode 100644
index 72cd0ab35ee387e29982486e686a2b33961bed67..0000000000000000000000000000000000000000
--- a/api/course/premium.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-    $raw = file_get_contents("http://host.docker.internal:8000/api/course");
-    $data = json_decode($raw, true);
-    $course = $data["data"];
-    var_dump($course);
-?>
\ No newline at end of file
diff --git a/api/subscribe/update.php b/api/subscribe/update.php
deleted file mode 100644
index 3a8fb43baa45f387335e2d9c79e81d178a890483..0000000000000000000000000000000000000000
--- a/api/subscribe/update.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-    $data = file_get_contents("php://input");
-    var_dump($data);
-?>
\ No newline at end of file