Merge pull request 'Change module name' (#69) from module-name into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/69
This commit is contained in:
commit
6a1471b1c3
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ defmodule Pleroma.Web.Endpoint do
|
|||
at: "/akkoma/swaggerui",
|
||||
frontend_type: :swagger,
|
||||
gzip: true,
|
||||
if: &Akkoma.Web.Swagger.ui_enabled?/0,
|
||||
if: &Pleroma.Web.Swagger.ui_enabled?/0,
|
||||
cache_control_for_etags: @static_cache_control,
|
||||
headers: %{
|
||||
"cache-control" => @static_cache_control
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
defmodule Akkoma.Web.Swagger do
|
||||
defmodule Pleroma.Web.Swagger do
|
||||
alias Pleroma.Config
|
||||
|
||||
def ui_enabled? do
|
Loading…
Reference in a new issue