Skip to content

Commit 38f50d0

Browse files
Update apps/portal/src/app/ai/chat/migrate-from-nebula/page.mdx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: samina <[email protected]>
1 parent 126a333 commit 38f50d0

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/ai/chat/migrate-from-nebula

1 file changed

+1
-1
lines changed

apps/portal/src/app/ai/chat/migrate-from-nebula/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ to migrate to the thirdweb API.
3535
Before (Nebula API)
3636

3737
```typescript
38-
fetch("<https://nebula-api.thirdweb.com/chat>", {
38+
fetch("https://nebula-api.thirdweb.com/chat", {
3939
method: "POST",
4040
headers: {
4141
"Content-Type": "application/json",

0 commit comments

Comments
 (0)