Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 6b1c8b5

Browse files
author
uid10804
committed
docs(readme): update application urls in description
1 parent 7ffe9dc commit 6b1c8b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ npm i -g json-serverless
105105

106106
Open the {ENDPOINTURL}: https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/ that you received as output
107107

108+
| Features | Relative Path | Sample with Endpoint |
109+
| --------------------- | ------------- | ------------------------------------------------------------------- |
110+
| Swagger UI | /ui | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/ui |
111+
| Swagger Specification | /api-spec | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/api-spec |
112+
| GraphiQL | /graphql | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/graphql |
113+
| API Routes | /api/{routes} | https://xxxxxx.execute-api.eu-central-1.amazonaws.com/dev/api/posts |
114+
108115
**MIND**: If you have set enableApiKeyAuth to true => [SwaggerUI](#Cannot-use-Swagger-UI-when-enableApiKeyAuth-is-true)
109116
)
110117

@@ -191,7 +198,7 @@ make start-test
191198

192199
#### With Swagger
193200

194-
Open the {ENDPOINTURL}: http://localhost:3000/ that you received as output
201+
Open the {ENDPOINTURL}: http://localhost:3000/ui that you received as output
195202

196203
#### With Curl
197204

0 commit comments

Comments
 (0)