lisatthu35 commited on
Commit
1b0bf12
·
verified ·
1 Parent(s): af34113

Update routes/web.php

Browse files
Files changed (1) hide show
  1. routes/web.php +3 -0
routes/web.php CHANGED
@@ -19,4 +19,7 @@ use Illuminate\Support\Str;
19
  |
20
  */
21
 
 
 
 
22
 
 
19
  |
20
  */
21
 
22
+ Route::post('/github-webhook', function () {
23
+ return "ok";
24
+ });
25