mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-24 06:25:48 +00:00
fix: bad mirror data hook path
This commit is contained in:
parent
8f35d0edbd
commit
d0807437c0
@ -2,7 +2,7 @@ routerAdd(
|
|||||||
'GET',
|
'GET',
|
||||||
'/api/mirror',
|
'/api/mirror',
|
||||||
(c) => {
|
(c) => {
|
||||||
return require(`${__hooks}/HandleMirrorData`).HandleMirrorData(c)
|
return require(`${__hooks}/mothership`).HandleMirrorData(c)
|
||||||
},
|
},
|
||||||
$apis.gzip(),
|
$apis.gzip(),
|
||||||
$apis.requireAdminAuth(),
|
$apis.requireAdminAuth(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user