From af5672913f0a36c96450f1a0ac54e0bd95b5f539 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh <101876769+ghoshRitesh12@users.noreply.github.com> Date: Sun, 6 Oct 2024 08:59:07 +0530 Subject: [PATCH] docs: update personal deployment section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f0584d..a883eca 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ More info can be found in [`.env.example`](https://github.com/ghoshRitesh12/aniw > For personal deployments: > > - If you wanna have rate limitting in your application, then set the `ANIWATCH_API_HOSTNAME` env to your deployed instance's hostname, otherwise don't set or have this env at all. If you set this env to an incorrect value, you may face other issues. -> - Remove the if block from the [`server.ts`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts) file, spanning from lines [60](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L60) to [84](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L84). +> - Remove the if block from the [`server.ts`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts) file, spanning from lines [71](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L71) to [84](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L84). ### Vercel