mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
fix: ns name in examples/pedestal-malli-swagger, bump deps
This commit is contained in:
parent
cd6c23823c
commit
06c0fd8566
2 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
(defproject pedestal-malli-swagger-example "0.1.0-SNAPSHOT"
|
(defproject pedestal-malli-swagger-example "0.1.0-SNAPSHOT"
|
||||||
:description "Reitit-http with pedestal"
|
:description "Reitit-http with pedestal"
|
||||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
:dependencies [[org.clojure/clojure "1.11.2"]
|
||||||
[io.pedestal/pedestal.service "0.5.5"]
|
[io.pedestal/pedestal.service "0.6.3"]
|
||||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
[io.pedestal/pedestal.jetty "0.6.3"]
|
||||||
[metosin/reitit-malli "0.7.0-alpha7"]
|
[metosin/reitit-malli "0.7.0-alpha7"]
|
||||||
[metosin/reitit-pedestal "0.7.0-alpha7"]
|
[metosin/reitit-pedestal "0.7.0-alpha7"]
|
||||||
[metosin/reitit "0.7.0-alpha7"]]
|
[metosin/reitit "0.7.0-alpha7"]]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(ns example.server
|
(ns server
|
||||||
(:require [clojure.java.io :as io]
|
(:require [clojure.java.io :as io]
|
||||||
[io.pedestal.http.route]
|
[io.pedestal.http.route]
|
||||||
[reitit.interceptor]
|
[reitit.interceptor]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue