File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Open-source **Flask Dashboard** generated by `AppSeed` op top of a modern design
17
17
| ✅ | ** Deployment** | ` Docker ` , [ HEROKU] ( #deploy-app-with-heroku ) |
18
18
| ✅ | ** Persistence** | ` SQLite ` , ` MySql ` |
19
19
| ✅ | ** Authentication** | Basic, ` OAuth ` via ** AllAuth** for Github |
20
- | ✅ | ** API Generator** | Secure API via ` Flask-restX ` |
20
+ | ✅ | ** [ API Generator] ( #api-generator ) ** | Secure API via ` Flask-restX ` |
21
21
| ❌ | ** Dynamic DataTables** | ` Server-side ` pagination, ` Search ` , Export |
22
22
| ❌ | ** Stripe Payments** | ` One-Time ` and ` Subscriptions ` |
23
23
| ❌ | ** Async Tasks** | via ` Celery ` |
@@ -149,7 +149,7 @@ At this point, the app runs at `http://127.0.0.1:5000/`.
149
149
150
150
<br />
151
151
152
- ## ✨ API Generator
152
+ ## API Generator
153
153
154
154
This module helps to generate secure APIs using ` Flask-restX ` via a simple workflow:
155
155
You can’t perform that action at this time.
0 commit comments