3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 17:45:39 +00:00

adding to controller

This commit is contained in:
akemidx
2024-12-17 15:43:13 -05:00
parent 8adb62fd3a
commit 5992d2a1d2
2 changed files with 13 additions and 0 deletions

View File

@ -31,4 +31,13 @@ class NotesController extends Controller
return response()->json(Helper::formatStandardApiResponse('success'));
}
public function update(Request $request)
{
}
public function destroy(Request $request)
{
}
}