@@ -1328,6 +1328,11 @@ Route::get('test_external', 'api.store.merchant.Taskorderlianc/getUserPoints');
Route::any('/share', function () {
return view(app()->getRootPath() . 'public/share/register.html');
});
+
+Route::any('/scrn', function () {
+ return view(app()->getRootPath() . 'public/scrn/index.html');
+});
Route::any('/', function () {
$DB = DIRECTORY_SEPARATOR;