Skip to content

Commit 3dc4c6f

Browse files
fixed swagger
1 parent 62bcde0 commit 3dc4c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/items-service/src/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const openapi = {
22
openapi: "3.0.3",
33
info: { title: "items API", version: "1.0.1", description: "Simple items service built with Bun" },
4-
servers: [{ url: "/v1" }],
4+
servers: [{ url: "/items/v1" }],
55
paths: {
66
"/health": {
77
get: {

apps/observability-app/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h1>Observability</h1>
147147
<p><strong>Swagger docs:</strong></p>
148148
<p>
149149
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/swagger/swagger-original.svg" class="link-icon" alt="Swagger">
150-
<a href="/items/docs" target="_blank">Open API</a> of the dummy service
150+
<a href="/items/docs" target="_blank">Open API</a> of the monitored service
151151
</p>
152152

153153
<div class="architecture-diagram">

0 commit comments

Comments
 (0)