diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-01-17 13:17:40 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-01-17 13:17:40 +0100 |
commit | 81f03c0b449bec1fa60cf2936bfc3f66a5ad58c1 (patch) | |
tree | a2a7aa01f61dd71b511dd3729a9f4b28c35b531f /src/backend/tau/core.clj | |
parent | 5e995881dd0c431ae63b1a50c2d03e59962241f1 (diff) |
chore: Rename project
Diffstat (limited to 'src/backend/tau/core.clj')
-rw-r--r-- | src/backend/tau/core.clj | 12 |
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!)) |