diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-28 21:08:46 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-28 21:08:46 -0300 |
| commit | b4187a0c9a5eb2542c40918481698d02d3cbd099 (patch) | |
| tree | 8f3ff397dd3d9603d0590e5725d8d2f5386dbbcd /api/routes | |
| parent | 0c5b080efac82b1d196e3dde00e5950c97ecbb68 (diff) | |
| parent | ba527291e59f1c4cc28b68e4fe119c44a95ab3f6 (diff) | |
Merge branch 'master' of github.com:Simplesmente-O-Grupo/iot-monitoring
Diffstat (limited to 'api/routes')
| -rw-r--r-- | api/routes/__init__.py | 0 | ||||
| -rw-r--r-- | api/routes/locations.py | 0 | ||||
| -rw-r--r-- | api/routes/measures.py | 0 | ||||
| -rw-r--r-- | api/routes/readings.py | 0 | ||||
| -rw-r--r-- | api/routes/sensors.py | 0 | ||||
| -rw-r--r-- | api/routes/stations.py | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/api/routes/__init__.py b/api/routes/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/routes/__init__.py diff --git a/api/routes/locations.py b/api/routes/locations.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/routes/locations.py diff --git a/api/routes/measures.py b/api/routes/measures.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/routes/measures.py diff --git a/api/routes/readings.py b/api/routes/readings.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/routes/readings.py diff --git a/api/routes/sensors.py b/api/routes/sensors.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/routes/sensors.py diff --git a/api/routes/stations.py b/api/routes/stations.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/api/routes/stations.py |
