summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/phoenix/controllers/v1/room_controller.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service/phoenix/controllers/v1/room_controller.ex')
-rw-r--r--lib/matrix_app_service/phoenix/controllers/v1/room_controller.ex7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/matrix_app_service/phoenix/controllers/v1/room_controller.ex b/lib/matrix_app_service/phoenix/controllers/v1/room_controller.ex
deleted file mode 100644
index 409ffa7..0000000
--- a/lib/matrix_app_service/phoenix/controllers/v1/room_controller.ex
+++ /dev/null
@@ -1,7 +0,0 @@
-defmodule MatrixAppService.Phoenix.V1.RoomController do
- use MatrixAppService.Phoenix, :controller
-
- def show(conn, _params) do
- send_resp(conn, 404, "")
- end
-end