{:phoenix_live_reload, "~> 1.0", only: :dev}, {:jason, "~> 1.0"}, ** (EXIT) an exception was raised:
** (UndefinedFunctionError) function Plug.Cowboy.child_spec/1 is undef
我正在尝试通过在其他地方进行API调用来访问这些端点,我如何才能允许使用CORS呢?我在localhost:4001上运行它,并从localhost:3000 (react)进行API调用。提前谢谢。如果您需要任何额外的信息(或文件),请随时询问。 defmodule Api.Endpoint do A plug that parses requests as JSON, makes necessary changes elsewhere.
"""