improve response, fix integration tests

This commit is contained in:
sbriat
2023-09-26 14:43:54 +02:00
parent d0285e265e
commit 3bc142f4f7
4 changed files with 5 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ message Match {
}
message Journey {
int32 weekday = 1;
int32 day = 1;
string firstDate = 2;
string lastDate = 3;
repeated Step steps = 4;