Add Hammerhead endpoints
This commit is contained in:
@@ -8,11 +8,13 @@ custom = Blueprint("custom", __name__)
|
||||
# with /_matrix/
|
||||
|
||||
|
||||
from .hammerhead import hammerhead
|
||||
from .conduwuit import conduwuit
|
||||
from .dendrite import dendrite
|
||||
from .telodendria import telo
|
||||
from .synapse import synapse
|
||||
|
||||
custom.register_blueprint(hammerhead)
|
||||
custom.register_blueprint(conduwuit)
|
||||
custom.register_blueprint(dendrite)
|
||||
custom.register_blueprint(synapse)
|
||||
|
||||
Reference in New Issue
Block a user