Skip to content

Commit 787ed55

Browse files
Update API usage example to use localhost
1 parent e5f080c commit 787ed55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ curl -X PUT http://localhost:3000/analyze-dmp -F "url=http://example.com/file.dm
1515

1616
Retrieve result JSON
1717
```bash
18-
curl -X GET http://chakotay.dev0.sh:3001/<uuid>
19-
```
18+
curl -X GET http://localhost:3000/<uuid>
19+
```

0 commit comments

Comments
 (0)