Skip to content

Commit

Permalink
🎨 sonar: apiVersion -> api_version
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 28, 2023
1 parent 10285c0 commit f511ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def setup_base(app):

@app.get('/api/version')
def apiVersion():
def api_version():
return dict(
version = version,
)
Expand Down

0 comments on commit f511ff7

Please sign in to comment.