diff --git a/striker-ui-api/src/routes/command.ts b/striker-ui-api/src/routes/command.ts index adec9e1d..e451a73b 100644 --- a/striker-ui-api/src/routes/command.ts +++ b/striker-ui-api/src/routes/command.ts @@ -28,6 +28,7 @@ router .put('/poweroff-host', poweroffStriker) .put('/reboot-host', rebootStriker) .put('/run-manifest/:manifestUuid', runManifest) + .put('/set-map-network', setMapNetwork) .put('/set-map-network/:uuid', setMapNetwork) .put('/start-an/:uuid', startAn) .put('/start-server/:uuid', startServer)