Skip to content

Commit 4e10e7c

Browse files
committed
chore: updated openapi.ts
1 parent 8669b99 commit 4e10e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { createOpenAPI } from "fumadocs-openapi/server";
22

33
export const openapi = createOpenAPI({
44
input: [
5-
"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/main/docs/openapi.json",
5+
"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/main/openapi.json",
66
],
77
});

0 commit comments

Comments
 (0)