Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbe98 committed Feb 6, 2019
1 parent 9b50238 commit 9b29a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Expand Up @@ -22,7 +22,7 @@
def after_request(resp):
resp.headers.add('Access-Control-Allow-Origin', '*')
resp.headers.add('Access-Control-Allow-Methods', 'GET, HEAD, OPTIONS')
resp.headers.add('X-Powered-By', 'K-Samsök REST Version 1.1.0')
resp.headers.add('X-Powered-By', 'K-Samsök REST Version 1.2.0')
return resp

class Record(Resource):
Expand Down

0 comments on commit 9b29a59

Please sign in to comment.