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 @@ -39,7 +39,7 @@ so if you want to insert / delete / update data please enable auth
3939
4040you have no permission to read or modify any data from ` ` ` auth_table```
4141
42- TODO: Make the fields corresponding to ```auth_name``` and ```auth_pwd``` configurable
42+ TODO: Make the fields corresponding to ```auth_name``` and ```auth_pwd``` configurable
4343TODO: Need to guard against the risk of SQL injection attacks
4444
4545# # Features
@@ -57,7 +57,7 @@ TODO: Need to guard against the risk of SQL injection attacks
5757| GET | /api/refresh_token | YES | refresh_token |
5858| DELETE | /api/v1/:tableName/:id | YES | delete from tableName where id = ? |
5959| POST | /api/v1/:tableName| YES | insert into tableName (data.key) values (data.value) |
60- | PUT | /api/v1/:tableName| YES | create a table |
60+ | PUT | /api/v1/:tableName/:id | YES | update from tableName where id = ? |
6161
6262
6363# # Security
You can’t perform that action at this time.
0 commit comments