Delete 540

pull/4/head
Baptiste Gelez 5 years ago committed by GitHub
parent 588265636f
commit 3183263031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,115 +0,0 @@
🔧 Configured for development.
=> address: 0.0.0.0
=> port: 7878
=> log: normal
=> workers: 4
=> secret key: provided
=> limits: forms = 128KiB, json* = 1MiB
=> keep-alive: 5s
=> tls: disabled
🛰 Mounting /:
=> GET /~/<name>?<page> [2] (details)
=> GET /~/<name> (activity_details)
=> GET /~/<name>/outbox (outbox)
=> GET /blogs/new (new)
=> GET /blogs/new [2] (new_auth)
=> POST /blogs/new (create)
=> POST /~/<name>/delete (delete)
=> GET /~/<name>/edit (edit)
=> PUT /~/<name>/edit (update)
=> GET /~/<name>/atom.xml (atom_feed)
=> POST /~/<blog_name>/<slug>/comment (create)
=> POST /~/<blog>/<slug>/comment/<id>/delete (delete)
=> GET /~/<_blog>/<_slug>/comment/<id> (activity_pub)
=> GET / (index)
=> GET /local?<page> (local)
=> GET /feed?<page> (feed)
=> GET /federated?<page> (federated)
=> GET /admin (admin)
=> GET /admin/instances?<page> (admin_instances)
=> GET /admin/users?<page> (admin_users)
=> POST /admin/users/<id>/ban (ban)
=> POST /admin/instances/<id>/block (toggle_block)
=> POST /admin (update_settings)
=> POST /inbox (shared_inbox)
=> GET /remote_interact?<target> (interact)
=> GET /nodeinfo/<version> (nodeinfo)
=> GET /about (about)
=> GET /manifest.json (web_manifest)
=> POST /~/<blog>/<slug>/like (create)
=> POST /~/<blog>/<slug>/like [2] (create_auth)
=> GET /medias?<page> (list)
=> GET /medias/new (new)
=> POST /medias/new (upload)
=> GET /medias/<id> (details)
=> POST /medias/<id>/delete (delete)
=> POST /medias/<id>/avatar (set_avatar)
=> GET /notifications?<page> (notifications)
=> GET /notifications?<page> [2] (notifications_auth)
=> GET /~/<blog>/<slug>?<responding_to> [4] (details)
=> GET /~/<blog>/<slug> [3] (activity_details)
=> GET /~/<blog>/<slug>/edit (edit)
=> POST /~/<blog>/<slug>/edit (update)
=> GET /~/<blog>/new (new)
=> GET /~/<blog>/new [2] (new_auth)
=> POST /~/<blog_name>/new (create)
=> POST /~/<blog_name>/<slug>/delete (delete)
=> GET /~/<blog_name>/<slug>/remote_interact (remote_interact)
=> POST /~/<blog_name>/<slug>/remote_interact (remote_interact_post)
=> POST /~/<blog>/<slug>/reshare (create)
=> POST /~/<blog>/<slug>/reshare (create_auth)
=> GET /search?<query..> (search)
=> GET /login?<m> (new)
=> POST /login (create)
=> GET /logout (delete)
=> GET /password-reset (password_reset_request_form)
=> POST /password-reset (password_reset_request)
=> GET /password-reset/<token> (password_reset_form)
=> POST /password-reset/<token> (password_reset)
=> GET /static/cached/<_build_id>/<file..> [2] (plume_static_files)
=> GET /static/<file..> [3] (static_files)
=> GET /tag/<name>?<page> (tag)
=> GET /me (me)
=> GET /@/<name> [2] (details)
=> GET /dashboard (dashboard)
=> GET /dashboard [2] (dashboard_auth)
=> GET /@/<name>/followers?<page> [2] (followers)
=> GET /@/<name>/followed?<page> [2] (followed)
=> GET /@/<name>/edit (edit)
=> GET /@/<name>/edit [2] (edit_auth)
=> PUT /@/<_name>/edit (update)
=> POST /@/<name>/delete (delete)
=> POST /@/<name>/follow (follow)
=> POST /@/<name>/follow [2] (follow_not_connected)
=> GET /@/<name>/follow?local [2] (follow_auth)
=> GET /@/<name> (activity_details)
=> GET /@/<name>/outbox (outbox)
=> POST /@/<name>/inbox (inbox)
=> GET /@/<name>/followers (ap_followers)
=> GET /users/new (new)
=> POST /users/new (create)
=> GET /@/<name>/atom.xml (atom_feed)
=> GET /.well-known/host-meta (host_meta)
=> GET /.well-known/nodeinfo (nodeinfo)
=> GET /.well-known/webfinger?<resource> (webfinger)
=> POST /csrf-violation?<target> (csrf_violation)
🛰 Mounting /api/v1:
=> GET /api/v1/oauth2?<query..> (oauth)
=> POST /api/v1/apps (create)
=> GET /api/v1/posts/<id> (get)
=> GET /api/v1/posts?<title>&<subtitle>&<content> (list)
=> POST /api/v1/posts (create)
=> DELETE /api/v1/posts/<id> (delete)
👾 Catchers:
=> 404
=> 422
=> 500
📡 Fairings:
=> 1 request: CSRF protection
=> 1 response: CSRF protection
🚀 Rocket has launched from http://0.0.0.0:7878
Preparing commit
Prepared commit 0
committing 0
Running garbage collection
Garbage collect
Loading…
Cancel
Save