Browse Source

fix for fallback controller

1668/default-disable-prometheus
Alexander Strizhakov 4 years ago
parent
commit
2125286e90
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/o_status/o_status_controller.ex

+ 1
- 1
lib/pleroma/web/o_status/o_status_controller.ex View File

@@ -12,7 +12,7 @@ defmodule Pleroma.Web.OStatus.OStatusController do
alias Pleroma.Web.ActivityPub.ActivityPubController
alias Pleroma.Web.ActivityPub.Visibility
alias Pleroma.Web.Endpoint
alias Pleroma.Web.Fallback.Fallback.RedirectController
alias Pleroma.Web.Fallback.RedirectController
alias Pleroma.Web.Metadata.PlayerView
alias Pleroma.Web.Router



Loading…
Cancel
Save