cccproxy 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -593,7 +593,7 @@ app.use(
593
593
  })
594
594
  );
595
595
  app.post("/v1/messages", handleMessages);
596
- app.get("/health", (c) => c.json({ status: "ok" }));
596
+ app.get("/", (c) => c.json({ status: "ok" }));
597
597
  var server_default = app;
598
598
 
599
599
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cccproxy",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {