File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ More screenshots below.
3636
3737## Features
3838
39- PORTFOLIOFY v3.0.0-beta.2 offers the following ` OUTPUT ` types requested from exposed endpoints (see [ Usage] ( #usage ) ):
39+ _ Portfoliofy _ v3.0.0-beta.2 offers the following ` OUTPUT ` types requested from exposed endpoints (see [ Usage] ( #usage ) ):
4040
4141### ` OUTPUT_MAIN `
4242
@@ -80,11 +80,6 @@ _More features coming soon!_
8080portfoliofy/
8181│
8282├── api/
83- │ │
84- │ ├── routers/
85- │ │ ├── __init__.py
86- │ │ └── endpoints/
87- │ │ └── __init__.py
8883│ │
8984│ ├── core/
9085│ │ ├── config/
@@ -99,6 +94,11 @@ portfoliofy/
9994│ │
10095│ ├── output/
10196│ │
97+ │ ├── routers/
98+ │ │ ├── __init__.py
99+ │ │ └── endpoints/
100+ │ │ └── __init__.py
101+ │ │
102102│ └── portfoliofy.py
103103│
104104├── docs/
@@ -164,7 +164,7 @@ portfoliofy/
164164 * [Swagger UI](https://swagger.io/tools/swagger-ui/): served at ` /docs` .
165165 * [ReDoc](https://redocly.github.io/redoc/): served at ` /redoc` .
166166
167- ! [Portfoliofy](/images /portfoliofy6.png)
167+ ! [Portfoliofy](/docs /portfoliofy6.png)
168168 _The Swagger UI for Portfoliofy served at ` /docs` _
169169
1701703. ** Choose an endpoint for your needs**
You can’t perform that action at this time.
0 commit comments