Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Aug 25, 2024
1 parent 4ec91f3 commit 625cdb3
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ app.get("/", function (req, res) {

//放在最后,确保路由时能先执行app.all=====================
//注册、登录等功能路由
var router_register = require("./server/router_account.js");
app.use("/account", router_register);

var router_register = require("./server/router_user.js");
app.use("/user", router_register);

Expand Down
Loading

0 comments on commit 625cdb3

Please sign in to comment.