mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
10 lines
No EOL
164 B
Bash
Executable file
10 lines
No EOL
164 B
Bash
Executable file
ROOT=https://localhost:5001/api/v1
|
|
FILE=Scripts/response.json
|
|
|
|
rm $FILE
|
|
date >> $FILE
|
|
|
|
URL=$ROOT/tickets/
|
|
cat $URL >> $FILE
|
|
|
|
curl --insecure $URL | json_pp >> $FILE |