Add federation self-testing

This commit is contained in:
2025-10-08 13:52:24 -04:00
parent 7e77f009db
commit e0115fe8db
3 changed files with 17 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
from flask import jsonify, Response, request, send_file, abort, Blueprint
from vona.config import *
import vona.globals as globals
import httpx
from vona.config import *
import json
import time
import os