style: 移除fetchApi函数中的多余空行

This commit is contained in:
2026-01-06 19:16:54 +08:00
parent cb4076bdc0
commit 47430890b0
3 changed files with 127 additions and 3 deletions

View File

@@ -27,8 +27,8 @@ RUN mkdir -p $CACHE_DIR && chown -R node:node $CACHE_DIR
# 确保.cache目录可写
RUN chmod -R 777 $CACHE_DIR
# Fastify listens on 9520
# index listens on 9520
EXPOSE 9520
# Default command
CMD ["node", "fastify.js"]
CMD ["node", "index.js"]