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