Backend Service
This commit is contained in:
@@ -14,3 +14,7 @@
|
|||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
return view('home');
|
return view('home');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Route::get('/privacy', function () {
|
||||||
|
return view('home');
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user