Skip to content
Snippets Groups Projects
Commit 9f387c8b authored by SeongGyunPark's avatar SeongGyunPark
Browse files

프로젝트 마무리

parent 13191c4d
Branches master
No related tags found
No related merge requests found
frontend/node_modules
backend/node_modules
......@@ -64,6 +64,12 @@ router.post("/getBoardList", async (req, res) => {
}
});
router.post("/getPercentage", async (req,res) => {
// 자기계발 진행도 계산
});
router.post("/detail", async (req, res) => {
try {
const _id = req.body._id;
......
......@@ -4,6 +4,9 @@ import { NavLink } from "react-router-dom";
import axios from "axios";
import $ from "jquery";
import {} from "jquery.cookie";
import ReactHighcharts from 'react-highcharts';
axios.defaults.withCredentials = true;
const headers = { withCredentials: true };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment