From 5655e4611292bbe3e1ef84f33c50506f6cfea1f6 Mon Sep 17 00:00:00 2001 From: bema Date: Mon, 16 Jan 2023 13:49:36 +0100 Subject: [PATCH] Fixed wrong path --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b9c035d..a6dc0d9 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ All the static files are available by default on port 8086 and are located withi To preview given document user is required to post GET request to following path: ```aidl -/Frontend/{document name} +/tools/{document name} ``` Documents are hosted by docker container running on ngix image and to modify container content one must modify Dockerfile located in Frontend folder. Files published must be located in ngix directory