File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"myAppointments" : {
3
3
"0" : {
4
- "date" : " 2022-04-01T09 :00" ,
4
+ "date" : " 2023-07-02T09 :00" ,
5
5
"userId" : " 1234abcd"
6
6
},
7
7
"new_activity_7kh3a3a3z" : {
8
- "date" : " 2022-04-01T08 :50" ,
8
+ "date" : " 2023-07-03T08 :50" ,
9
9
"userId" : " _7kh3a3a3z"
10
10
},
11
11
"new_activity_etxen95x3" : {
12
- "date" : " 2022-04-01T08 :40" ,
12
+ "date" : " 2023-08-05T08 :40" ,
13
13
"userId" : " _etxen95x3"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 16
16
"license" : " ISC" ,
17
17
"dependencies" : {
18
18
"@vonage/server-sdk" : " ^2.11.2" ,
19
- "dotenv" : " ^10.0.0 " ,
20
- "express" : " ^4.17.1 " ,
21
- "firebase-admin" : " ^9.10 .0" ,
22
- "firebase-functions" : " ^3.1.0 " ,
23
- "firebase-tools" : " ^10.7.2 " ,
24
- "uuid" : " ^8.3.2 "
19
+ "dotenv" : " ^16.1.4 " ,
20
+ "express" : " ^4.18.2 " ,
21
+ "firebase-admin" : " ^11.9 .0" ,
22
+ "firebase-functions" : " ^4.4.1 " ,
23
+ "firebase-tools" : " ^12.3.1 " ,
24
+ "uuid" : " ^9.0.0 "
25
25
},
26
26
"devDependencies" : {
27
27
"eslint" : " ^8.14.0"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ <h1>Appointment Scheduler</h1>
18
18
id ="slot "
19
19
type ="datetime-local "
20
20
name ="slotdate "
21
- min ="2022 -06-01T08:30 "
22
- max ="2022 -12-30T16:30 "
21
+ min ="2023 -06-01T08:30 "
22
+ max ="2025 -12-30T16:30 "
23
23
step ="300 "
24
24
required
25
25
/>
You can’t perform that action at this time.
0 commit comments