Add procedural documentatino (for GODB)
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
Route::get('timesheets', function () {
|
||||
return Inertia::render('Timesheets');
|
||||
})->name('timesheets');
|
||||
|
||||
// Procedural Documentation
|
||||
Route::get('proceduralDocumentation', function () {
|
||||
return Inertia::render('ProceduralDocumentation');
|
||||
})->name('proceduralDocumentation');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user