RubyGems
npm
Organizations
Log in
Sign up
npm
@merkl/api
Versions diffs
0.10.205 → 0.10.206
@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.
Files changed (3)
hide
show
package/dist/src/index.js
+1
-1
package/dist/tsconfig.package.tsbuildinfo
+1
-1
package/package.json
+1
-1
package/dist/src/index.js
CHANGED
Viewed
@@ -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,
1
2
3
Next ›
Last »