Skip to content

Commit

Permalink
주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Lseoksee committed Jul 29, 2023
1 parent 6e02f82 commit 5f12fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/mark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import mysql = require("mysql");
import { TypedRequestBody, sameobj, serverset } from "../server";
const mark = express.Router();

// 스킬 트리 리턴
// 스킬 트리 리턴 (목표): [스킬트리] or err
mark.get("/getskilltree/:tartget_mark", (req, res) => {
const query = `select skill_field, skill_level from Skill_Mark
where target_mark = "${req.params.tartget_mark}"
Expand Down

0 comments on commit 5f12fcd

Please sign in to comment.