improve: skip HUB instance selection (#211)

This commit is contained in:
Sainan 2024-05-13 02:20:27 +02:00 committed by GitHub
parent f4ab8e2233
commit ea994e24d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import { RequestHandler } from "express";
const hubInstancesController: RequestHandler = (_req, res) => {
res.json("list 50 16 1 0 scenarios 0 0 0 0 0 0");
res.json("list 50 1 0 0 scenarios 0 0 0 0 0 0");
};
export { hubInstancesController };