mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 02:59:50 +00:00
Fix: fix some instances of HTTTP
This commit is contained in:
parent
d87d347aa3
commit
535be37bef
4 changed files with 8 additions and 8 deletions
|
@ -138,7 +138,7 @@ export default async function omadaProxyHandler(req, res) {
|
|||
const sitesResponseData = JSON.parse(data);
|
||||
|
||||
if (status !== 200 || sitesResponseData.errorCode > 0) {
|
||||
logger.debug(`HTTTP ${status} getting sites list: ${sitesResponseData.msg}`);
|
||||
logger.debug(`HTTP ${status} getting sites list: ${sitesResponseData.msg}`);
|
||||
return res
|
||||
.status(status)
|
||||
.json({ error: { message: "Error getting sites list", url, data: sitesResponseData } });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue