Skip to content

Commit 904906b

Browse files
authored
Update page.mdx
Signed-off-by: greg <[email protected]>
1 parent dd9626e commit 904906b

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/insight/agents-and-llms/llmstxt

1 file changed

+2
-2
lines changed

apps/portal/src/app/insight/agents-and-llms/llmstxt/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ GET /v1/events/:contractAddress/:signature
316316
1. **Get All Transactions**
317317

318318
```typescript
319-
GET / v1 / transactions;
319+
GET /v1/transactions;
320320
```
321321

322322
2. **Get Contract Transactions**
@@ -427,4 +427,4 @@ All endpoints return standard error responses for 400 and 500 status codes:
427427
interface ErrorResponse {
428428
error: string; // Required
429429
}
430-
```
430+
```

0 commit comments

Comments
 (0)