-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrouteList.txt
198 lines (198 loc) · 40.2 KB
/
routeList.txt
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
+--------+---------------+---------------------------------------------------------------+-----------------------------+------------------------------------------------------------------------+-------------+
| Domain | Method | URI | Name | Action | Middleware |
+--------+---------------+---------------------------------------------------------------+-----------------------------+------------------------------------------------------------------------+-------------+
| | GET|HEAD | / | | App\Http\Controllers\Index | web |
| | POST | api/getBatch | | App\Http\Controllers\FormFieldApiController@getBatch | api |
| | | | | | checkOrigin |
| | POST | api/getFieldData | | App\Http\Controllers\FormFieldApiController@getFieldData | api |
| | | | | | checkOrigin |
| | GET|HEAD | backend | backendIndex | App\Http\Controllers\BackendController@masterIndex | web |
| | GET|HEAD | backend/campManage/batchList/{camp_id} | showBatch | App\Http\Controllers\AdminController@showBatch | web |
| | GET|HEAD | backend/campManage/batchList/{camp_id}/add | showAddBatch | App\Http\Controllers\AdminController@showAddBatch | web |
| | POST | backend/campManage/batchList/{camp_id}/add | addBatch | App\Http\Controllers\AdminController@addBatches | web |
| | GET|HEAD | backend/campManage/batchList/{camp_id}/{batch_id}/modify | showModifyBatch | App\Http\Controllers\AdminController@showModifyBatch | web |
| | POST | backend/campManage/batchList/{camp_id}/{batch_id}/modify | modifyBatches | App\Http\Controllers\AdminController@modifyBatch | web |
| | GET|HEAD | backend/campManage/list | campManagement | App\Http\Controllers\AdminController@campManagement | web |
| | GET|HEAD | backend/campManage/list/add | showAddCamp | App\Http\Controllers\AdminController@showAddCamp | web |
| | POST | backend/campManage/list/add | addCamp | App\Http\Controllers\AdminController@addCamp | web |
| | GET|HEAD | backend/campManage/list/modify/{camp_id} | showModifyCamp | App\Http\Controllers\AdminController@showModifyCamp | web |
| | POST | backend/campManage/list/modify/{camp_id} | modifyCamp | App\Http\Controllers\AdminController@modifyCamp | web |
| | GET|HEAD | backend/{camp_id} | campIndex | App\Http\Controllers\BackendController@campIndex | web |
| | GET|HEAD | backend/{camp_id}/accounting | accounting | App\Http\Controllers\BackendController@showAccountingPage | web |
| | GET|HEAD | backend/{camp_id}/accounting/modify | modifyAccountingGET | App\Http\Controllers\BackendController@modifyAccounting | web |
| | POST | backend/{camp_id}/accounting/modify | modifyAccounting | App\Http\Controllers\BackendController@modifyAccounting | web |
| | GET|HEAD | backend/{camp_id}/changeBatchOrRegion | changeBatchOrRegionGET | App\Http\Controllers\BackendController@changeBatchOrRegion | web |
| | POST | backend/{camp_id}/changeBatchOrRegion | changeBatchOrRegion | App\Http\Controllers\BackendController@changeBatchOrRegion | web |
| | GET|HEAD | backend/{camp_id}/customMail | customMail | App\Http\Controllers\BackendController@customMail | web |
| | GET|HEAD | backend/{camp_id}/customMail/selectMailTarget | selectMailTarget | App\Http\Controllers\BackendController@selectMailTarget | web |
| | POST | backend/{camp_id}/customMail/send | sendMail | App\Http\Controllers\BackendController@sendCustomMail | web |
| | GET|HEAD | backend/{camp_id}/inCamp/trafficList | showTrafficList | App\Http\Controllers\BackendController@showTrafficList | web |
| | GET|HEAD | backend/{camp_id}/logs | logs | Rap2hpoutre\LaravelLogViewer\LogViewerController@index | web |
| | | | | | permitted |
| | GET|HEAD | backend/{camp_id}/registration | showRegistration | App\Http\Controllers\BackendController@showRegistration | web |
| | GET|HEAD | backend/{camp_id}/registration/admission | admissionGET | App\Http\Controllers\BackendController@admission | web |
| | POST | backend/{camp_id}/registration/admission | admission | App\Http\Controllers\BackendController@admission | web |
| | GET|HEAD | backend/{camp_id}/registration/batchAdmission | batchAdmissionGET | App\Http\Controllers\BackendController@batchAdmission | web |
| | POST | backend/{camp_id}/registration/batchAdmission | batchAdmission | App\Http\Controllers\BackendController@batchAdmission | web |
| | POST | backend/{camp_id}/registration/getList | getRegistrationList | App\Http\Controllers\BackendController@getRegistrationList | web |
| | GET|HEAD | backend/{camp_id}/registration/group/{batch_id}/{group} | showGroup | App\Http\Controllers\BackendController@showGroup | web |
| | GET|HEAD | backend/{camp_id}/registration/groupAttendList | showGroupAttendList | App\Http\Controllers\BackendController@showGroupAttendList | web |
| | GET|HEAD | backend/{camp_id}/registration/groupList | showGroupList | App\Http\Controllers\BackendController@showGroupList | web |
| | GET|HEAD | backend/{camp_id}/registration/list | showRegistrationList | App\Http\Controllers\BackendController@showRegistrationList | web |
| | POST | backend/{camp_id}/registration/sendAdmittedMail | sendAdmittedMail | App\Http\Controllers\BackendController@sendAdmittedMail | web |
| | POST | backend/{camp_id}/registration/sendCheckInMail | sendCheckInMail | App\Http\Controllers\BackendController@sendCheckInMail | web |
| | POST | backend/{camp_id}/registration/sendNotAdmittedMail | sendNotAdmittedMail | App\Http\Controllers\BackendController@sendNotAdmittedMail | web |
| | POST | backend/{camp_id}/registration/showBatchCandidate | showBatchCandidate | App\Http\Controllers\BackendController@showBatchCandidate | web |
| | POST | backend/{camp_id}/registration/showCandidate | showCandidate | App\Http\Controllers\BackendController@showCandidate | web |
| | GET|HEAD | backend/{camp_id}/registration/showNotAdmitted | showNotAdmitted | App\Http\Controllers\BackendController@showNotAdmitted | web |
| | GET|HEAD | backend/{camp_id}/registration/showPaymentForm/{applicant_id} | showPaymentForm | App\Http\Controllers\BackendController@showPaymentForm | web |
| | GET|HEAD | backend/{camp_id}/sign | sign_back | App\Http\Controllers\SignBackendController@index | web |
| | POST | backend/{camp_id}/sign | sign_set_back | App\Http\Controllers\SignBackendController@store | web |
| | GET|HEAD | backend/{camp_id}/sign/create | sign.create | App\Http\Controllers\SignBackendController@create | web |
| | GET|HEAD | backend/{camp_id}/sign/{sign} | sign.show | App\Http\Controllers\SignBackendController@show | web |
| | PUT|PATCH | backend/{camp_id}/sign/{sign} | sign.update | App\Http\Controllers\SignBackendController@update | web |
| | DELETE | backend/{camp_id}/sign/{sign} | sign_delete_back | App\Http\Controllers\SignBackendController@destroy | web |
| | GET|HEAD | backend/{camp_id}/sign/{sign}/edit | sign.edit | App\Http\Controllers\SignBackendController@edit | web |
| | GET|HEAD | backend/{camp_id}/statistics/admission | admissionStat | App\Http\Controllers\StatController@admissionStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/appliedDate | appliedDateStat | App\Http\Controllers\StatController@appliedDateStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/batches | batchesStat | App\Http\Controllers\StatController@batchesStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/birthyear | birthyearStat | App\Http\Controllers\StatController@birthyearStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/bwclubschool | bwclubschoolStat | App\Http\Controllers\BWClubSchoolStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/checkin | checkinStat | App\Http\Controllers\StatController@checkinStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/county | countyStat | App\Http\Controllers\StatController@countyStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/educationStat | educationStat | App\Http\Controllers\StatController@educationStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/gender | genderStat | App\Http\Controllers\StatController@genderStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/schoolOrCourse | schoolOrCourseStat | App\Http\Controllers\StatController@schoolOrCourseStat | web |
| | GET|HEAD | backend/{camp_id}/statistics/way | wayStat | App\Http\Controllers\StatController@wayStat | web |
| | GET|HEAD | backend/{camp_id}/writeMail | writeMail | App\Http\Controllers\BackendController@writeCustomMail | web |
| | GET|HEAD | camp/{batch_id} | | App\Http\Controllers\CampController@campIndex | web |
| | GET|HEAD | camp/{batch_id}/camp_total | | App\Http\Controllers\CampController@getCampTotalRegisteredNumber | web |
| | POST | camp/{batch_id}/cancel | cancel | App\Http\Controllers\CampController@campCancellation | web |
| | POST | camp/{batch_id}/downloadCheckInNotification | downloadCheckInNotification | App\Http\Controllers\CampController@downloadCheckInNotification | web |
| | POST | camp/{batch_id}/downloadCheckInQRcode | downloadCheckInQRcode | App\Http\Controllers\CampController@downloadCheckInQRcode | web |
| | POST | camp/{batch_id}/downloadPaymentForm | downloadPaymentForm | App\Http\Controllers\CampController@downloadPaymentForm | web |
| | GET|HEAD | camp/{batch_id}/downloads | showDownloads | App\Http\Controllers\CampController@showDownloads | web |
| | GET|HEAD | camp/{batch_id}/payment | payment | App\Http\Controllers\CampController@showCampPayment | web |
| | GET|HEAD | camp/{batch_id}/query | query | App\Http\Controllers\CampController@campQueryRegistrationDataPage | web |
| | GET|HEAD | camp/{batch_id}/queryadmit | queryadmitGET | App\Http\Controllers\CampController@campViewAdmission | web |
| | POST | camp/{batch_id}/queryadmit | queryadmit | App\Http\Controllers\CampController@campQueryAdmission | web |
| | POST | camp/{batch_id}/querycancel | querycancel | App\Http\Controllers\CampController@campConfirmCancel | web |
| | POST | camp/{batch_id}/querysn | querysn | App\Http\Controllers\CampController@campGetApplicantSN | web |
| | POST | camp/{batch_id}/queryupdate | queryupdate | App\Http\Controllers\CampController@campViewRegistrationData | web |
| | POST | camp/{batch_id}/queryview | queryview | App\Http\Controllers\CampController@campViewRegistrationData | web |
| | GET|POST|HEAD | camp/{batch_id}/registration | registration | App\Http\Controllers\CampController@campRegistration | web |
| | POST | camp/{batch_id}/restoreCancellation | restoreCancellation | App\Http\Controllers\CampController@restoreCancellation | web |
| | GET|HEAD | camp/{batch_id}/showadmit | showadmit | App\Http\Controllers\CampController@campQueryAdmission | web |
| | POST | camp/{batch_id}/submit | formSubmit | App\Http\Controllers\CampController@campRegistrationFormSubmitted | web |
| | POST | camp/{batch_id}/toggleAttend | toggleAttend | App\Http\Controllers\CampController@toggleAttend | web |
| | GET|HEAD | checkin | | App\Http\Controllers\CheckInController@index | web |
| | | | | | auth |
| | | | | | permitted |
| | POST | checkin/by_QR | | App\Http\Controllers\CheckInController@by_QR | web |
| | | | | | auth |
| | | | | | permitted |
| | POST | checkin/checkin | | App\Http\Controllers\CheckInController@checkIn | web |
| | | | | | auth |
| | | | | | permitted |
| | GET|HEAD | checkin/detailedStat | | App\Http\Controllers\CheckInController@detailedStatOptimized | web |
| | | | | | auth |
| | | | | | permitted |
| | GET|HEAD | checkin/query | | App\Http\Controllers\CheckInController@query | web |
| | | | | | auth |
| | | | | | permitted |
| | GET|HEAD | checkin/realtimeStat | | App\Http\Controllers\CheckInController@realtimeStat | web |
| | | | | | auth |
| | | | | | permitted |
| | POST | checkin/un-checkin | | App\Http\Controllers\CheckInController@uncheckIn | web |
| | | | | | auth |
| | | | | | permitted |
| | GET|HEAD | failedJobsClear | failedJobsClear | App\Http\Controllers\AdminController@failedJobsClear | web |
| | GET|HEAD | home | home | App\Http\Controllers\HomeController@index | web |
| | | | | | auth |
| | GET|HEAD | jobs/{camp_id?} | jobs | App\Http\Controllers\AdminController@showJobs | web |
| | GET|HEAD | listrole/addRole/{camp_id?} | listAddRoleGET | App\Http\Controllers\AdminController@listAddRole | web |
| | | | | | admin |
| | POST | listrole/addRole/{camp_id?} | listAddRole | App\Http\Controllers\AdminController@listAddRole | web |
| | | | | | admin |
| | POST | listrole/removeRole | listRemoveRole | App\Http\Controllers\AdminController@listRemoveRole | web |
| | | | | | admin |
| | GET|HEAD | login | login | App\Http\Controllers\Auth\LoginController@showLoginForm | web |
| | | | | | guest |
| | POST | login | | App\Http\Controllers\Auth\LoginController@login | web |
| | | | | | guest |
| | POST | logout | logout | App\Http\Controllers\Auth\LoginController@logout | web |
| | POST | password/email | password.email | App\Http\Controllers\Auth\ForgotPasswordController@sendResetLinkEmail | web |
| | GET|HEAD | password/reset | password.request | App\Http\Controllers\Auth\ForgotPasswordController@showLinkRequestForm | web |
| | POST | password/reset | password.update | App\Http\Controllers\Auth\ResetPasswordController@reset | web |
| | GET|HEAD | password/reset/{token} | password.reset | App\Http\Controllers\Auth\ResetPasswordController@showResetForm | web |
| | GET|HEAD | register | register | App\Http\Controllers\Auth\RegisterController@showRegistrationForm | web |
| | | | | | guest |
| | POST | register | | App\Http\Controllers\Auth\RegisterController@register | web |
| | | | | | guest |
| | GET|HEAD | role/edit/{role_id} | editRoleGET | App\Http\Controllers\AdminController@editRole | web |
| | | | | | admin |
| | POST | role/edit/{role_id} | editRole | App\Http\Controllers\AdminController@editRole | web |
| | | | | | admin |
| | GET|HEAD | rolelist/{camp_id?} | rolelist | App\Http\Controllers\AdminController@rolelist | web |
| | | | | | admin |
| | GET|HEAD | sign_page | sign_page.index | App\Http\Controllers\SignController@index | web |
| | POST | sign_page | sign_page.store | App\Http\Controllers\SignController@store | web |
| | GET|HEAD | sign_page/create | sign_page.create | App\Http\Controllers\SignController@create | web |
| | POST | sign/search | sign_page.search | App\Http\Controllers\SignController@search | web |
| | GET|HEAD | sign_page/{sign_page} | sign_page.show | App\Http\Controllers\SignController@show | web |
| | PUT|PATCH | sign_page/{sign_page} | sign_page.update | App\Http\Controllers\SignController@update | web |
| | DELETE | sign_page/{sign_page} | sign_page.destroy | App\Http\Controllers\SignController@destroy | web |
| | GET|HEAD | sign_page/{sign_page}/edit | sign_page.edit | App\Http\Controllers\SignController@edit | web |
| | POST | telescope/telescope-api/batches | | Laravel\Telescope\Http\Controllers\QueueBatchesController@index | telescope |
| | GET|HEAD | telescope/telescope-api/batches/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\QueueBatchesController@show | telescope |
| | POST | telescope/telescope-api/cache | | Laravel\Telescope\Http\Controllers\CacheController@index | telescope |
| | GET|HEAD | telescope/telescope-api/cache/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\CacheController@show | telescope |
| | POST | telescope/telescope-api/client-requests | | Laravel\Telescope\Http\Controllers\ClientRequestController@index | telescope |
| | GET|HEAD | telescope/telescope-api/client-requests/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\ClientRequestController@show | telescope |
| | POST | telescope/telescope-api/commands | | Laravel\Telescope\Http\Controllers\CommandsController@index | telescope |
| | GET|HEAD | telescope/telescope-api/commands/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\CommandsController@show | telescope |
| | POST | telescope/telescope-api/dumps | | Laravel\Telescope\Http\Controllers\DumpController@index | telescope |
| | DELETE | telescope/telescope-api/entries | | Laravel\Telescope\Http\Controllers\EntriesController@destroy | telescope |
| | POST | telescope/telescope-api/events | | Laravel\Telescope\Http\Controllers\EventsController@index | telescope |
| | GET|HEAD | telescope/telescope-api/events/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\EventsController@show | telescope |
| | POST | telescope/telescope-api/exceptions | | Laravel\Telescope\Http\Controllers\ExceptionController@index | telescope |
| | GET|HEAD | telescope/telescope-api/exceptions/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\ExceptionController@show | telescope |
| | PUT | telescope/telescope-api/exceptions/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\ExceptionController@update | telescope |
| | POST | telescope/telescope-api/gates | | Laravel\Telescope\Http\Controllers\GatesController@index | telescope |
| | GET|HEAD | telescope/telescope-api/gates/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\GatesController@show | telescope |
| | POST | telescope/telescope-api/jobs | | Laravel\Telescope\Http\Controllers\QueueController@index | telescope |
| | GET|HEAD | telescope/telescope-api/jobs/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\QueueController@show | telescope |
| | POST | telescope/telescope-api/logs | | Laravel\Telescope\Http\Controllers\LogController@index | telescope |
| | GET|HEAD | telescope/telescope-api/logs/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\LogController@show | telescope |
| | POST | telescope/telescope-api/mail | | Laravel\Telescope\Http\Controllers\MailController@index | telescope |
| | GET|HEAD | telescope/telescope-api/mail/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\MailController@show | telescope |
| | GET|HEAD | telescope/telescope-api/mail/{telescopeEntryId}/download | | Laravel\Telescope\Http\Controllers\MailEmlController@show | telescope |
| | GET|HEAD | telescope/telescope-api/mail/{telescopeEntryId}/preview | | Laravel\Telescope\Http\Controllers\MailHtmlController@show | telescope |
| | POST | telescope/telescope-api/models | | Laravel\Telescope\Http\Controllers\ModelsController@index | telescope |
| | GET|HEAD | telescope/telescope-api/models/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\ModelsController@show | telescope |
| | GET|HEAD | telescope/telescope-api/monitored-tags | | Laravel\Telescope\Http\Controllers\MonitoredTagController@index | telescope |
| | POST | telescope/telescope-api/monitored-tags | | Laravel\Telescope\Http\Controllers\MonitoredTagController@store | telescope |
| | POST | telescope/telescope-api/monitored-tags/delete | | Laravel\Telescope\Http\Controllers\MonitoredTagController@destroy | telescope |
| | POST | telescope/telescope-api/notifications | | Laravel\Telescope\Http\Controllers\NotificationsController@index | telescope |
| | GET|HEAD | telescope/telescope-api/notifications/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\NotificationsController@show | telescope |
| | POST | telescope/telescope-api/queries | | Laravel\Telescope\Http\Controllers\QueriesController@index | telescope |
| | GET|HEAD | telescope/telescope-api/queries/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\QueriesController@show | telescope |
| | POST | telescope/telescope-api/redis | | Laravel\Telescope\Http\Controllers\RedisController@index | telescope |
| | GET|HEAD | telescope/telescope-api/redis/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\RedisController@show | telescope |
| | POST | telescope/telescope-api/requests | | Laravel\Telescope\Http\Controllers\RequestsController@index | telescope |
| | GET|HEAD | telescope/telescope-api/requests/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\RequestsController@show | telescope |
| | POST | telescope/telescope-api/schedule | | Laravel\Telescope\Http\Controllers\ScheduleController@index | telescope |
| | GET|HEAD | telescope/telescope-api/schedule/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\ScheduleController@show | telescope |
| | POST | telescope/telescope-api/toggle-recording | | Laravel\Telescope\Http\Controllers\RecordingController@toggle | telescope |
| | POST | telescope/telescope-api/views | | Laravel\Telescope\Http\Controllers\ViewsController@index | telescope |
| | GET|HEAD | telescope/telescope-api/views/{telescopeEntryId} | | Laravel\Telescope\Http\Controllers\ViewsController@show | telescope |
| | GET|HEAD | telescope/{view?} | telescope | Laravel\Telescope\Http\Controllers\HomeController@index | telescope |
| | POST | user/addRole | addRole | App\Http\Controllers\AdminController@addRole | web |
| | | | | | admin |
| | POST | user/removeRole | removeRole | App\Http\Controllers\AdminController@removeRole | web |
| | | | | | admin |
| | GET|HEAD | user/userAddRole/{user_id} | userAddRole | App\Http\Controllers\AdminController@userAddRole | web |
| | | | | | admin |
| | GET|HEAD | userlist/{camp_id?} | userlist | App\Http\Controllers\AdminController@userlist | web |
| | | | | | admin |
+--------+---------------+---------------------------------------------------------------+-----------------------------+------------------------------------------------------------------------+-------------+