Merge branch 'feature/restart-pleroma-from-outside-application' into 'develop'
Restarting pleroma from outside application See merge request pleroma/pleroma!2144
This commit is contained in:
commit
49e80a1537
13 changed files with 318 additions and 42 deletions
|
|
@ -197,6 +197,7 @@ defmodule Pleroma.Web.Router do
|
|||
post("/config", AdminAPIController, :config_update)
|
||||
get("/config/descriptions", AdminAPIController, :config_descriptions)
|
||||
get("/config/migrate_from_db", AdminAPIController, :migrate_from_db)
|
||||
get("/restart", AdminAPIController, :restart)
|
||||
|
||||
get("/moderation_log", AdminAPIController, :list_log)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue