Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/tms-webhook-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This is an example implementation of a webhook responsible for updating the translated compositions to Uniform after AI translation service returns the response.

See The API handler [here](/src/pages/api/translation-callback.ts).
See The API handler [here](/examples/tms-webhook-ai/src/pages/api/translation-callback.ts).

Provide your environment variables in `.env` (see `.env.example`).

## Run the app locally

1. `npm install`
1. `npm run dev`
1. `npm run dev`