This commit is contained in:
Mayel de Borniol 2022-10-02 21:29:20 +13:00
parent 3f8d629d28
commit 9ab21978d1
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
## [Unreleased (2022-09-30)]
## [Unreleased (2022-10-02)]
### Added
- Enable/disable extensions [#448](https://github.com/bonfire-networks/bonfire-app/issues/448)
- Coordination MVP [#445](https://github.com/bonfire-networks/bonfire-app/issues/445) by mayel & ivanminutillo

View file

@ -63,6 +63,8 @@ defmodule Bonfire.Web.EndpointTemplate do
only: ~w(css images js favicon.ico robots.txt cache_manifest.json)
)
# TODO: serve priv/static from any extensions that have one as well?
plug(Phoenix.LiveDashboard.RequestLogger,
param_key: "request_logger",
cookie_key: "request_logger"