Backend Service

This commit is contained in:
2019-03-16 11:44:00 +00:00
parent bbaca4324e
commit 5b7cf9988b
+4
View File
@@ -14,3 +14,7 @@
Route::get('/', function () {
return view('home');
});
Route::get('/privacy', function () {
return view('home');
});