api(application): add 'version' endpoint

This commit is contained in:
Matthew Penner 2021-01-07 09:32:04 -07:00
parent 545cc3bbd2
commit 12c68961db
5 changed files with 147 additions and 75 deletions

View file

@ -2,6 +2,8 @@
use Illuminate\Support\Facades\Route;
Route::get('/version', 'VersionController');
/*
|--------------------------------------------------------------------------
| Database Controller Routes