Skip to content

Commit 83ec570

Browse files
committed
update git ignore Readme.md
1 parent 3f17211 commit 83ec570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ so if you want to insert / delete / update data please enable auth
3939
4040
you 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
4343
TODO: 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

0 commit comments

Comments
 (0)