Skip to content

Commit

Permalink
#15: Add filepath for openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jul 25, 2019
1 parent c955db0 commit 6a7c575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/swagger/swagger_generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import os
class SwaggerGenerator(object):
FILE_PATH = os.getcwd() + "\\swagger\\openapi.yaml"

def __init__(self):
self.endpoints = []
Expand Down

0 comments on commit 6a7c575

Please sign in to comment.