Skip to content
Snippets Groups Projects

Ajout d'API HTTP BMA

Closed BARBIER Thomas requested to merge thomas into dev
5 files
+ 287
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -9,7 +9,8 @@ defmodule Dunixir.Application do
children = [
# Starts a worker by calling: Dunixir.Worker.start_link(arg)
# {Dunixir.Worker, arg}
]
Plug.Adapters.Cowboy.child_spec(scheme: :http, plug: ServerHttp.Router, options: [port: 8085])
]
# See https://hexdocs.pm/elixir/Supervisor.html
# for other strategies and supported options
Loading