Skip to content

Commit

Permalink
delete add_webmention and the /wm/ handler, it was never used
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Mar 5, 2023
1 parent 7759ebc commit 40c0f87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 75 deletions.
36 changes: 0 additions & 36 deletions add_webmention.py

This file was deleted.

2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
init_flask(xrpc_server, app)

# import all modules to register their Flask handlers
import activitypub, add_webmention, follow, pages, redirect, render, superfeedr, webfinger, webmention, xrpc_actor, xrpc_feed, xrpc_graph
import activitypub, follow, pages, redirect, render, superfeedr, webfinger, webmention, xrpc_actor, xrpc_feed, xrpc_graph
38 changes: 0 additions & 38 deletions tests/test_add_webmention.py

This file was deleted.

0 comments on commit 40c0f87

Please sign in to comment.