Skip to content

Commit 4ef1dec

Browse files
committed
Updated README.md
1 parent 8e08ac1 commit 4ef1dec

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,23 @@ You can publish the config file with:
2020
```bash
2121
php 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

2628
1. **Create Backup**
2729
1. Method: POST
28-
2. URI: http://{domain}/backup/create
30+
2. URI: http://{domain}/{route_prefix}/create
2931
2. **List of Backup**
3032
1. Method: GET
31-
2. URI: http://{domain}/backup
33+
2. URI: http://{domain}/{route_prefix}
3234
3. **List of Backup Disk**
3335
1. Method: GET
34-
2. URI: http://{domain}/backup/disks
36+
2. URI: http://{domain}/{route_prefix}/disks
3537
4. **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

0 commit comments

Comments
 (0)