Expose init-config function.
This commit is contained in:
parent
9fb6b33ffc
commit
6710acc1b9
|
@ -1,5 +1,9 @@
|
||||||
(ns org.aplex.rest-sendgrid.interface
|
(ns org.aplex.rest-sendgrid.interface
|
||||||
(:require [org.aplex.rest-sendgrid.core :as c]))
|
(:require [org.aplex.rest-sendgrid.core :as c]))
|
||||||
|
|
||||||
|
|
||||||
|
(defn init-config [cfg]
|
||||||
|
(c/init-config cfg))
|
||||||
|
|
||||||
(defn send-email [email]
|
(defn send-email [email]
|
||||||
(c/send-email email))
|
(c/send-email email))
|
||||||
|
|
Loading…
Reference in New Issue