index.js 139 B

1234
  1. import start from "./easy-api.js";
  2. import routes from "./routes/index.js";
  3. start(routes, "localhost", 8080, { password: "password123" });