@kl1/contracts 1.4.39 → 1.4.40

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
@@ -2576,7 +2576,7 @@ var channelContract = initContract7().router(
2576
2576
  {
2577
2577
  getChannels: {
2578
2578
  method: "GET",
2579
- path: "chs/api/v1/channelnel",
2579
+ path: "channel",
2580
2580
  responses: {
2581
2581
  200: DefaultSuccessResponseSchema.extend({
2582
2582
  data: ChannelSchema.array()