Skip to content

Commit 5692504

Browse files
author
steve-ks
committed
Update email share link
1 parent 7f75ec0 commit 5692504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Http/Controllers/UploadController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function sendmail(Request $request)
130130
Mail::to($request->input('email'))
131131
->send(new SharedLink(
132132
$sessId,
133-
$this->getStorageTime($sessId)->isoFormat('LLLL')
133+
$this->getStorageTime('share/'.$sessId)->isoFormat('LLLL')
134134
));
135135

136136
return response()->json(['success' => true]);

public/js/app.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)