Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jul 6, 2023
1 parent 98ba832 commit d688f96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<?php

//
use Illuminate\Support\Facades\Route;

Route::get('/', function () {
return response()->json([
'status' => 'OK',
]);
});

0 comments on commit d688f96

Please sign in to comment.