diff --git a/examples/digitalidentity/routes/web.php b/examples/digitalidentity/routes/web.php index 0bad006c..ad611b72 100644 --- a/examples/digitalidentity/routes/web.php +++ b/examples/digitalidentity/routes/web.php @@ -22,3 +22,4 @@ Route::get('/dbs-check', 'DbsCheckController@show'); Route::get('/generate-share', 'IdentityController@show'); Route::get('/generate-share2', 'Identity2Controller@show'); +Route::get('/receipt-info', 'ReceiptController@show');