Add tests for adding notes to assets

This commit is contained in:
Marcus Moore
2024-09-26 12:13:36 -07:00
parent b813dcd9d0
commit 47763d1e1a
3 changed files with 94 additions and 1 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ class NotesController extends Controller
return response()->json(Helper::formatStandardApiResponse('success'));
}
}
}