Adding POST /api/v1/reports API, and a UI for submitting reports
This commit is contained in:
parent
40a4053732
commit
3b81baaaaf
26 changed files with 480 additions and 10 deletions
|
@ -14,6 +14,7 @@ import notifications from './notifications';
|
|||
import settings from './settings';
|
||||
import status_lists from './status_lists';
|
||||
import cards from './cards';
|
||||
import reports from './reports';
|
||||
|
||||
export default combineReducers({
|
||||
timelines,
|
||||
|
@ -30,5 +31,6 @@ export default combineReducers({
|
|||
search,
|
||||
notifications,
|
||||
settings,
|
||||
cards
|
||||
cards,
|
||||
reports
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue