Skip to content

Commit 25823e3

Browse files
committed
docstring
1 parent a898896 commit 25823e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_app/server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,7 @@ def diagnostic():
534534

535535
@app.route('/api/v1/infos', methods=['GET'])
536536
def get_infos():
537-
# TODO return json data with
538-
# hostname, ip, RTKBase version, etc...
537+
"""Small api route to get basic informations about the base station"""
539538

540539
infos = {"app" : "RTKBase",
541540
"app_version" : rtkbaseconfig.get("general", "version"),

0 commit comments

Comments
 (0)