Skip to content

Commit 68c6260

Browse files
committed
chore(build-docs): relocate OpenAPI location
1 parent 85bfd49 commit 68c6260

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

apps/build-docs/src/swagger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ const DIR_PREFIX = "rest-api"
1313
const buildInfos: BuildInfo[] = [
1414
{
1515
// Paths are relative to Git root.
16-
specPath: "apps/server/src/assets/api-openapi.yaml",
16+
specPath: "apps/server/internal.openapi.yaml",
1717
outDir: `${DIR_PREFIX}/internal`
1818
},
1919
{
20-
specPath: "apps/server/src/assets/etapi.openapi.yaml",
20+
specPath: "apps/server/etapi.openapi.yaml",
2121
outDir: `${DIR_PREFIX}/etapi`
2222
}
2323
];
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)