1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

remove methods from paths

This commit is contained in:
Rob Ede
2023-07-17 18:56:41 +01:00
parent 43fdd8ad62
commit 6f94000c80
12 changed files with 129 additions and 131 deletions

View File

@ -71,13 +71,9 @@ You may need to ensure that you are running the commands with the correct MySQL
Directory "mysql/apis" contains below listed API's files:
- `addbank.txt`
- `addbranch.txt`
- `addteller.txt`
- `addcustomer.txt`
- `getbank.txt`
- `getbranch.txt`
- `getteller.txt`
- `getcustomer.txt`
- `bank.txt`
- `branch.txt`
- `teller.txt`
- `customer.txt`
Copy the curl request on each of the ".txt" and execute them on separate terminals. Each ".txt" contains curl request and expected JSON response data.