You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ The Codespace environment already has all the dependencies installed. You can st
65
65
node server.js
66
66
```
67
67
68
-
The repository also has a sample set of data in the `./data` directory. You can transform this data by making a POST request to the `/transform` endpoint providing the paths to the data files as an array in the request body.
68
+
The repository also has a sample set of data in the `./data` directory. You can transform this data by making a POST request to the `/embed` endpoint providing the paths to the data files as an array in the request body.
69
69
70
70
```bash
71
71
curl -X POST http://localhost:3000/embed -H "Content-Type: application/json" -d '["./data/data1.json", "./data/data2.json"]'
0 commit comments