Fixed url pattern in the doc for path-based shops
This commit is contained in:
@@ -47,11 +47,11 @@ vendor2.platform.com → Vendor 2 Shop
|
||||
admin.platform.com → Admin Interface
|
||||
```
|
||||
|
||||
#### Path-Based Mode
|
||||
#### Path-Based Mode (Development Only)
|
||||
```
|
||||
platform.com/vendor/vendor1/shop → Vendor 1 Shop
|
||||
platform.com/vendor/vendor2/shop → Vendor 2 Shop
|
||||
platform.com/admin → Admin Interface
|
||||
platform.com/vendors/vendor1/shop → Vendor 1 Shop
|
||||
platform.com/vendors/vendor2/shop → Vendor 2 Shop
|
||||
platform.com/admin → Admin Interface
|
||||
```
|
||||
|
||||
**See:** [Multi-Tenant System](multi-tenant.md) for detailed implementation
|
||||
|
||||
Reference in New Issue
Block a user