fix(striker-ui-api): allow set map network to be requested without UUID

main
Tsu-ba-me 2 years ago
parent 900a803472
commit 5067ca04da
  1. 1
      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)

Loading…
Cancel
Save