2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.3] 2022-11-05
4
+ ### Improvements
5
+
6
+ - Updated for Deploy on RENDER using [ Python Deployer] ( https://github.com/app-generator/deploy-automation-render )
7
+ - ` python.exe .\deployer.py flask https://github.com/app-generator/api-server-flask `
8
+ - The new API is usable via ` https://api-server-flask-<RANDOM>.onrender.com/api/ `
9
+
3
10
## [ 1.0.2] 2022-06-07
4
11
### Improvements
5
12
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Simple [Flask API Boilerplate](https://appseed.us/boilerplate-code/flask-api-boi
11
11
- ✅ ` Flask-restX ` , ` Flask-jwt_extended `
12
12
- ✅ ** Docker** , ` Unitary tests `
13
13
- 🚀 ` Instant Deploy ` on RENDER using [ Python Deployer] ( https://github.com/app-generator/deploy-automation-render )
14
- - ` python.exe deployer.py django <THIS_REPO> "run:app" `
14
+ - ` python.exe deployer.py flask <THIS_REPO> "run:app" `
15
15
16
16
<br />
17
17
0 commit comments