mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-23 08:29:27 +00:00
perf: Check api
This commit is contained in:
parent
63b213d3a8
commit
6929c4968e
@ -95,6 +95,7 @@ class Command(BaseCommand):
|
|||||||
settings.LOG_LEVEL = 'ERROR'
|
settings.LOG_LEVEL = 'ERROR'
|
||||||
urls = get_api_urls()
|
urls = get_api_urls()
|
||||||
client = Client()
|
client = Client()
|
||||||
|
client.defaults['HTTP_HOST'] = 'localhost'
|
||||||
unauth_urls = []
|
unauth_urls = []
|
||||||
error_urls = []
|
error_urls = []
|
||||||
unformat_urls = []
|
unformat_urls = []
|
||||||
|
Loading…
Reference in New Issue
Block a user