Skip to content

Commit bee3855

Browse files
committed
Refactor paths in Config.ts for API reference and clean up Index.ts
1 parent 68389cd commit bee3855

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

APIReference/Utils/Config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export const ViewsPath: string = "/usr/src/app/FeatureSet/ApiReference/views";
2-
export const StaticPath: string = "/usr/src/app/FeatureSet/ApiReference/Static";
3-
export const CodeExamplesPath: string =
4-
"/usr/src/app/FeatureSet/ApiReference/CodeExamples";
1+
export const ViewsPath: string = "/usr/src/app/views";
2+
export const StaticPath: string = "/usr/src/app/Static";
3+
export const CodeExamplesPath: string = "/usr/src/app/CodeExamples";

App/Index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import BaseAPIRoutes from "./FeatureSet/BaseAPI/Index";
32
import DocsRoutes from "./FeatureSet/Docs/Index";
43
// import FeatureSets.

0 commit comments

Comments
 (0)