Fixbug
This commit is contained in:
parent
5bf4fac2ef
commit
b82a252bbe
@ -5,5 +5,5 @@ smtp-from: "api2smtp <no-reply@www.tadam-framework.dev>"
|
|||||||
smtp-host: localhost
|
smtp-host: localhost
|
||||||
smtp-user:
|
smtp-user:
|
||||||
smtp-pass:
|
smtp-pass:
|
||||||
smtp-ssl: false
|
smtp-tls: false
|
||||||
smtp-port: 1025
|
smtp-port: 1025
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
:dependencies [;; Clojure
|
:dependencies [;; Clojure
|
||||||
[org.clojure/clojure "1.10.1"]
|
[org.clojure/clojure "1.10.1"]
|
||||||
;; Tadam core
|
;; Tadam core
|
||||||
[tadam-core "0.4.0"]
|
[tadam-core "0.4.1"]
|
||||||
;; HTTP Server
|
;; HTTP Server
|
||||||
[ring "1.8.0"]
|
[ring "1.8.0"]
|
||||||
;; Ring middleware that prevents CSRF attacks
|
;; Ring middleware that prevents CSRF attacks
|
||||||
|
Loading…
Reference in New Issue
Block a user