diff --git a/src/app/apis.py b/src/app/apis.py index a460dcb..818b2c7 100644 --- a/src/app/apis.py +++ b/src/app/apis.py @@ -8,6 +8,7 @@ olddata["net_sent"] = 0 olddata["net_recv"] = 0 + # # This route returns real time process information as a REST API # @@ -31,6 +32,7 @@ def api_process(): return jsonify(apidata) + # # This route returns real time system metrics as a REST API #