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
1717| ✅ | ** Deployment** | ` Docker ` , [ HEROKU] ( #deploy-app-with-heroku ) |
1818| ✅ | ** Persistence** | ` SQLite ` , ` MySql ` |
1919| ✅ | ** 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 ` |
2121| ❌ | ** Dynamic DataTables** | ` Server-side ` pagination, ` Search ` , Export |
2222| ❌ | ** Stripe Payments** | ` One-Time ` and ` Subscriptions ` |
2323| ❌ | ** Async Tasks** | via ` Celery ` |
@@ -149,7 +149,7 @@ At this point, the app runs at `http://127.0.0.1:5000/`.
149149
150150<br />
151151
152- ## ✨ API Generator
152+ ## API Generator
153153
154154This module helps to generate secure APIs using ` Flask-restX ` via a simple workflow:
155155
You can’t perform that action at this time.
0 commit comments