aboutsummaryrefslogtreecommitdiff
path: root/src/pics/handler/home.clj
blob: a02ec333a01fc5d02af8a48ddfa0de70dce1d3d4 (plain)
1
2
3
4
5
(ns pics.handler.home
  (:require [ring.util.response :as ruresp]))

(defn handle [req]
  (ruresp/not-found "Coming soon..."))