From 6cc81b55f2466cd7526f47da6980e3eb47041457 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 27 Aug 2018 13:04:51 +0200 Subject: Disable web interface --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index 3486509..83a5730 100644 --- a/mix.exs +++ b/mix.exs @@ -25,8 +25,8 @@ defmodule Shard.MixProject do [ # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}, - {:cowboy, "~> 1.1.2"}, - {:plug, "~> 1.3.4"}, + # {:cowboy, "~> 1.1.2"}, + # {:plug, "~> 1.3.4"}, {:salty, "~> 0.1.3", hex: :libsalty} ] end -- cgit v1.2.3