summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-05-20 13:55:37 -0500
committerMark Felder <feld@feld.me>2021-05-20 14:02:58 -0500
commitfe40f6f2910967609f7aa952d69981cadc47372c (patch)
tree5402ca123349966c3b17a50392c421c8c41e7874 /config/description.exs
parent8e9f032f25251d910b59c55226d10a305bad3cba (diff)
Switch from the deprecated "use Mix.config" to "import Config"
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index bb1f43305..f00c53d28 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1,4 +1,4 @@
-use Mix.Config
+import Config
websocket_config = [
path: "/websocket",