Commit 75229f0
feat: Add endpoint for server version (#6524)
* Add rest endpoint for server version
* Fix error message
* Fix the hound issues
* Change route to '/info' and modify json to include timestamp
* Remove the class and define the method only for /info route
* move import and register blueprint to end
* register blueprint to end for info route
* put register blueprint for info_route back
* Move the register blueprints to original place
* Update __init__.py1 parent c873481 commit 75229f0
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments