From cc7cc439382ef69cccdd759c68f87e45be0bacae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20=C3=98sterg=C3=A5rd?= Date: Mon, 28 Apr 2025 16:00:51 +0200 Subject: [PATCH] updated link to translation-callback.ts --- examples/tms-webhook-ai/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tms-webhook-ai/README.md b/examples/tms-webhook-ai/README.md index feee821e..1213b506 100644 --- a/examples/tms-webhook-ai/README.md +++ b/examples/tms-webhook-ai/README.md @@ -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` \ No newline at end of file +1. `npm run dev`