mirror of https://github.com/jumpserver/jumpserver
perf: Check api
parent
63b213d3a8
commit
6929c4968e
|
@ -95,6 +95,7 @@ class Command(BaseCommand):
|
|||
settings.LOG_LEVEL = 'ERROR'
|
||||
urls = get_api_urls()
|
||||
client = Client()
|
||||
client.defaults['HTTP_HOST'] = 'localhost'
|
||||
unauth_urls = []
|
||||
error_urls = []
|
||||
unformat_urls = []
|
||||
|
|
Loading…
Reference in New Issue