mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-16 22:38:14 +00:00
Move /v1 routes in deviceState.router to v1.ts
Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
@ -132,7 +132,7 @@ async function create(
|
||||
|
||||
// Create SupervisorAPI
|
||||
const api = new SupervisorAPI({
|
||||
routers: [v1.router, deviceState.router],
|
||||
routers: [v1.router],
|
||||
healthchecks,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user