@kl1/contracts 1.0.75 → 1.0.76

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.
package/dist/index.mjs CHANGED
@@ -1716,7 +1716,7 @@ var channelContract = initContract6().router(
1716
1716
  },
1717
1717
  reconnect: {
1718
1718
  method: "POST",
1719
- path: "/rename/:channelId",
1719
+ path: "/reconnect/:channelId",
1720
1720
  pathParams: z31.object({
1721
1721
  channelId: z31.string().uuid()
1722
1722
  }),