route cluster routes to /api/cluster
This commit is contained in:
parent
9f22d76b5f
commit
ab3bf15efe
@ -30,7 +30,7 @@ import("./routes/auth.js").then((module) => {
|
||||
});
|
||||
|
||||
import("./routes/cluster.js").then((module) => {
|
||||
app.use("/api", module.router);
|
||||
app.use("/api/cluster", module.router);
|
||||
});
|
||||
|
||||
import("./routes/global.js").then((module) => {
|
||||
|
Loading…
Reference in New Issue
Block a user