@merkl/api 0.10.205 → 0.10.206

Sign up to get free protection for your applications and to get access to all the features.
package/dist/src/index.js CHANGED
@@ -41,7 +41,7 @@ const app = new Elysia({
41
41
  exclude: [/v4\/.*/, "/"],
42
42
  }))
43
43
  .use(swagger({
44
- path: "/v4/docs",
44
+ path: "/",
45
45
  scalarConfig: {
46
46
  theme: "kepler",
47
47
  darkMode: true,