Skip to content

Commit ad796af

Browse files
committed
editoast: add views for scenario v2
1 parent 040caa6 commit ad796af

File tree

2 files changed

+528
-0
lines changed

2 files changed

+528
-0
lines changed

editoast/src/views/v2/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
pub mod scenario;
12
pub mod timetable;
23
pub mod trainschedule;
34

45
crate::routes! {
56
trainschedule::routes(),
67
timetable::routes(),
8+
scenario::routes(),
79
}
810

911
crate::schemas! {
1012
trainschedule::schemas(),
13+
scenario::schemas(),
1114
timetable::schemas(),
1215
}

0 commit comments

Comments
 (0)