mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 00:43:58 +00:00
add a test route to trigger re deploy
This commit is contained in:
@@ -1339,3 +1339,8 @@ Route::get('/site.webmanifest', function () {
|
||||
$contents = File::get($filePath);
|
||||
return response($contents, 200)->header('Content-Type', 'application/manifest+json');
|
||||
});
|
||||
|
||||
|
||||
Route::get('/test-test', function () {
|
||||
dd('test-test');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user