Skip to content

Commit

Permalink
fix: remove custom health check route
Browse files Browse the repository at this point in the history
  • Loading branch information
keenthekeen committed Dec 25, 2024
1 parent 7a81ec2 commit fcfe0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
30 changes: 0 additions & 30 deletions app/Http/Controllers/SimpleHealthCheckController.php

This file was deleted.

3 changes: 2 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<?php

use App\Helper;
use App\Http\Controllers\ActivityController;
use App\Http\Controllers\Dashboard;
use App\Http\Controllers\DocumentController;
use App\Http\Controllers\GoogleController;
use App\Http\Controllers\PersonnelController;
use App\Http\Controllers\PlanController;
use App\Http\Controllers\ProjectClosureController;
use App\Http\Controllers\ProjectController;
use App\Http\Controllers\SimpleHealthCheckController;
use App\Http\Controllers\TranscriptController;
use App\Http\Controllers\UserProfileController;
use App\Models\Personnel;
use Illuminate\Support\Facades\Route;
use Inertia\Inertia;
use Spatie\Health\Http\Controllers\HealthCheckResultsController;
use Spatie\Health\Http\Controllers\SimpleHealthCheckController;

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit fcfe0f8

Please sign in to comment.