Update path to Swagger files
This commit is contained in:
parent
3e03e7b17a
commit
a0316f6794
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import yaml
|
|||
|
||||
scripts_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
templating_dir = os.path.join(scripts_dir, "templating")
|
||||
api_dir = os.path.join(os.path.dirname(scripts_dir), "api")
|
||||
api_dir = os.path.join(os.path.dirname(scripts_dir), "data", "api")
|
||||
|
||||
sys.path.insert(0, templating_dir)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue