Skip to content

Commit

Permalink
finally updated our app.js AT JS-MySQL-TypeORM-NoAuth-Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Tood committed May 11, 2024
1 parent 2461487 commit dae9261
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import "./config/db.config.js";
const app = express();
app.use(express.json());


// Use Your Route here

pp.use("/api/helloworld", helloWorldRouter);

// rest of your code here


Expand Down

0 comments on commit dae9261

Please sign in to comment.