UPDATE
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import yaml
|
||||
|
||||
def load_apis():
|
||||
with open("apis.yaml", "r") as f:
|
||||
def load_config():
|
||||
with open("config/apis.yaml", "r") as f:
|
||||
return yaml.safe_load(f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user