From 0408506e5840a1df6a8fe89c93059998e9f93902 Mon Sep 17 00:00:00 2001 From: 0xSage <69952136+0xSage@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:30:01 +0800 Subject: [PATCH] docs: Update 01-server.md --- docs/docs/guides/05-using-server/01-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/05-using-server/01-server.md b/docs/docs/guides/05-using-server/01-server.md index 3c60419ef..952b7399f 100644 --- a/docs/docs/guides/05-using-server/01-server.md +++ b/docs/docs/guides/05-using-server/01-server.md @@ -26,7 +26,7 @@ Jan runs on port `1337` by default, but this can (soon) be changed in Settings. 1. Go to Settings > Advanced > Enable API Server -2. Go to http://localhost:1337/docs for API docs. +2. Go to http://localhost:1337 for the API docs. 3. In terminal, simply CURL...