diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-12-19 17:35:14 +0000 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-19 17:35:14 +0000 |
commit | 1ff9ffed83b098ebc0921e70c1636c6c1fb0b18c (patch) | |
tree | be2a6196379ecf260e6e8c70c4325e94097952f1 /test | |
parent | bd853199d93e03fedf43397455939c6d633fa36b (diff) | |
parent | e1b89fe3aa2c03576a6f2418c1e83c0ed64707a3 (diff) | |
download | pleroma-1ff9ffed83b098ebc0921e70c1636c6c1fb0b18c.tar.gz pleroma-1ff9ffed83b098ebc0921e70c1636c6c1fb0b18c.zip |
Merge branch 'live-dashboard' into 'develop'
Add Phoenix LiveDashboard
See merge request pleroma/pleroma!3566
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/frontend_static_plug_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/plugs/frontend_static_plug_test.exs b/test/pleroma/web/plugs/frontend_static_plug_test.exs index 82e955c25..45cd70a2c 100644 --- a/test/pleroma/web/plugs/frontend_static_plug_test.exs +++ b/test/pleroma/web/plugs/frontend_static_plug_test.exs @@ -96,6 +96,7 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do "nodeinfo", "auth", "proxy", + "phoenix", "test", "user_exists", "check_password" |