File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,23 @@ You can publish the config file with:
2020``` bash
2121php artisan vendor:publish --tag=" backup-api-config"
2222```
23+ and configure to add permissions, route_prefix, and other settings.
24+
2325
2426## API Routes
2527
26281 . ** Create Backup**
2729 1 . Method: POST
28- 2 . URI: http://{domain}/backup /create
30+ 2 . URI: http://{domain}/{route_prefix} /create
29312 . ** List of Backup**
3032 1 . Method: GET
31- 2 . URI: http://{domain}/backup
33+ 2 . URI: http://{domain}/{route_prefix}
32343 . ** List of Backup Disk**
3335 1 . Method: GET
34- 2 . URI: http://{domain}/backup /disks
36+ 2 . URI: http://{domain}/{route_prefix} /disks
35374 . ** Download Backup**
3638 1 . Method: GET
37- 2 . URI: http://{domain}/backup /download/{id}
39+ 2 . URI: http://{domain}/{route_prefix} /download/{id}
3840
3941## Testing
4042
You can’t perform that action at this time.
0 commit comments