Skip to content

Commit

Permalink
[FIX] #2 - 취업교육 route path 정규식 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
charBS0701 committed Jul 25, 2023
1 parent 6d0375a commit de2949e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/JobEdu/jobEduRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (app) {
app.get("/app/jobEdu/search", jobEdu.getJobEduBySearch);

// 2. 취업교육 상세 조회 API
app.get("/app/jobEdu/:jobEduId", jobEdu.getJobEduById);
app.get("/app/jobEdu/:jobEduId(\\d+)", jobEdu.getJobEduById);



Expand Down

0 comments on commit de2949e

Please sign in to comment.