File tree 1 file changed +2
-2
lines changed
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
39
39
40
40
you have no permission to read or modify any data from ` ` ` auth_table```
41
41
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
43
43
TODO: Need to guard against the risk of SQL injection attacks
44
44
45
45
# # Features
@@ -57,7 +57,7 @@ TODO: Need to guard against the risk of SQL injection attacks
57
57
| GET | /api/refresh_token | YES | refresh_token |
58
58
| DELETE | /api/v1/:tableName/:id | YES | delete from tableName where id = ? |
59
59
| 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 = ? |
61
61
62
62
63
63
# # Security
You can’t perform that action at this time.
0 commit comments