aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tau/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/tau/core.clj')
-rw-r--r--src/backend/tau/core.clj12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/backend/tau/core.clj b/src/backend/tau/core.clj
deleted file mode 100644
index 662f5b9..0000000
--- a/src/backend/tau/core.clj
+++ /dev/null
@@ -1,12 +0,0 @@
-(ns tau.core
- (:gen-class)
- (:require
- [tau.http :as http]))
-
-(defn -main
- [& _]
- (http/start-server!))
-
-(defn reset
- []
- (http/stop-server!))