We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db2291 commit aad9b12Copy full SHA for aad9b12
2 files changed
fastapi_forge/example-projects/__init__.py
fastapi_forge/frontend.py
@@ -914,7 +914,7 @@ def init(
914
no_ui: bool = False,
915
yaml_path: Path | None = None,
916
) -> None:
917
- base_path = Path("fastapi_forge/example-projects")
+ base_path = Path(__file__).parent / "example-projects"
918
default_path = base_path / "dry-service.yaml"
919
example_path = base_path / "trustpilot-api.yaml"
920
0 commit comments