-
Notifications
You must be signed in to change notification settings - Fork 0
/
routes.ini
64 lines (52 loc) · 1014 Bytes
/
routes.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[get_total_time]
path=/api/time
method=GET
action=get_total_time
[start_time]
path=/api/time
method=POST
action=start_time
[stop_time]
path=/api/time
method=PATCH
action=stop_time
[get_todays_time]
path=/api/time/today
method=GET
action=get_todays_time
[get_overtime]
path=/api/time/overtime
method=GET
action=get_overtime
[get_work_in_progress]
path=/api/time/work_in_progress
method=GET
action=get_work_in_progress
[get_all_work]
path=/api/time/get_all_work
method=GET
action=get_all_work
[update_work_start]
path=/api/time/update_work_start
method=PATCH
action=update_work_start
[update_work_start]
path=/api/time/update_work_start
method=OPTIONS
action=update_work_start_options
[update_work_end]
path=/api/time/update_work_end
method=PATCH
action=update_work_end
[update_work_end_options]
path=/api/time/update_work_end
method=OPTIONS
action=update_work_end_options
[get_dashboard]
path=/dashboard
method=GET
action=get_dashboard
[post_dashboard]
path=/dashboard
method=POST
action=post_dashboard