Skip to content

Commit

Permalink
fix: 修复ithome接口
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Feb 2, 2024
1 parent d955002 commit 26e04a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions initfs/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ fi
cd /var/www/api

sed -i "s|parent:|title:|" routes/ngabbs.js
sed -i 's|\$(this)|\$(e)|g' routes/ithome.js
sed -i 's|each(()|each((i,e)|g' routes/ithome.js

[ -d node_modules ] || npm i

Expand Down

0 comments on commit 26e04a6

Please sign in to comment.