sarga/packages/Webkul/Customer/src/Http/routes.php

6 lines
100 B
PHP
Raw Normal View History

<?php
Route::get('/customer/profile', function () {
return "hello from customers package";
});