Spaces:
Running
Running
Update routes/web.php
Browse files- 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 |
|