feat: refactor server with shelf_static, return JSON responses, add API docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Geoposition {
|
||||
final int id;
|
||||
final String id;
|
||||
final double xValue;
|
||||
final double yValue;
|
||||
final DateTime lastUpdate;
|
||||
|
||||
Reference in New Issue
Block a user