Skip to content

Commit

Permalink
fix: missing route
Browse files Browse the repository at this point in the history
  • Loading branch information
daneedev committed May 8, 2023
1 parent af5d292 commit 33c07b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ app.use("/editmyaccount/", require("./routes/accountmgr").edit)

app.use("/delmyaccount/", require("./routes/accountmgr").delete)

// MY PROFILE
app.use("/myprofile", require("./routes/accountmgr").myprofile)


// 404 PAGE

Expand Down

0 comments on commit 33c07b7

Please sign in to comment.