Skip to content

Commit

Permalink
Remove duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Sep 30, 2020
1 parent 05ac81b commit fe578c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
SESSION_COOKIE_SAMESITE='Strict',
)
app.secret_key = os.urandom(24)

api = Api(app)

api.add_resource(Health, '/health')
api.add_resource(Scan, '/api/scan', '/api/scan/<string:action>')

Expand Down Expand Up @@ -95,7 +95,6 @@ def status():
def show_version():
return dict(version=VERSION)

# Context Processors
@app.context_processor
def show_frequency():
config = rds.get_scan_config()
Expand Down

0 comments on commit fe578c1

Please sign in to comment.