mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
Big scary buttons (#1471)
This commit is contained in:
@@ -134,6 +134,8 @@ public class Server {
|
||||
app.get("/api/utils/getImageSnapshots", RequestHandler::onImageSnapshotsRequest);
|
||||
app.get("/api/utils/getCalSnapshot", RequestHandler::onCalibrationSnapshotRequest);
|
||||
app.get("/api/utils/getCalibrationJSON", RequestHandler::onCalibrationExportRequest);
|
||||
app.post("/api/utils/nukeConfigDirectory", RequestHandler::onNukeConfigDirectory);
|
||||
app.post("/api/utils/nukeOneCamera", RequestHandler::onNukeOneCamera);
|
||||
|
||||
// Calibration
|
||||
app.post("/api/calibration/end", RequestHandler::onCalibrationEndRequest);
|
||||
|
||||
Reference in New Issue
Block a user