fix: 前端时钟校准问题
This commit is contained in:
@@ -7,6 +7,7 @@ urlpatterns = [
|
||||
path("dashboard/", views.dashboard_snapshot, name="dashboard-snapshot"),
|
||||
path("gps/latest/", views.gps_latest, name="gps-latest"),
|
||||
path("network/latest/", views.network_latest, name="network-latest"),
|
||||
path("clock/calibrate/", views.clock_calibration, name="clock-calibration"),
|
||||
path("video/status/", views.video_status, name="video-status"),
|
||||
path("video/frame/", views.video_frame, name="video-frame"),
|
||||
path("video/display-probe/", views.video_display_probe, name="video-display-probe"),
|
||||
|
||||
Reference in New Issue
Block a user