Skip to content

Commit

Permalink
Fixes memory-limit.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradez committed Mar 7, 2024
1 parent 7935733 commit 03ea802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion configs/core/php/memory-limit.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[PHP]
memory_limit=4096M
memory_limit=-1
4 changes: 0 additions & 4 deletions configs/core/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@
|
*/

Route::get('/', function () {
return view('welcome');
});

Route::get('/proof/{code}', fn() => redirect()->away('https://deeplink.wallet.enjin.io/scan/' . base64_encode(request()->fullUrl())));

0 comments on commit 03ea802

Please sign in to comment.