-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/routes/(root)/opi/ko/quick-guide/payment/_preview/backend/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export { files as express } from "./express"; | ||
export { files as Express } from "./express"; | ||
export { files as FastAPI } from "./fastapi"; | ||
export { files as Flask } from "./flask"; | ||
export { files as Spring_Kotlin } from "./spring-kotlin"; |
4 changes: 2 additions & 2 deletions
4
src/routes/(root)/opi/ko/quick-guide/payment/_preview/frontend/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export { files as html } from "./html"; | ||
export { files as react } from "./react"; | ||
export { files as HTML } from "./html"; | ||
export { files as React } from "./react"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters