8 أسطر
70 B
Bash
ملف تنفيذي
8 أسطر
70 B
Bash
ملف تنفيذي
#!/bin/bash
|
|
|
|
API_URL="http://127.0.0.1:8000/cars/"
|
|
|
|
curl $API_URL
|
|
|
|
|