This commit is contained in:
Ashwin Bharambe 2024-10-08 17:26:26 -07:00
parent f40cd62306
commit 924b1fba09

View file

@ -285,7 +285,7 @@ def main(
else: else:
apis_to_serve = set(impls.keys()) apis_to_serve = set(impls.keys())
apis_to_serve.add(Api.inspect) apis_to_serve.add("inspect")
for api_str in apis_to_serve: for api_str in apis_to_serve:
api = Api(api_str) api = Api(api_str)