Skip to content

Commit

Permalink
Merge pull request #14 from van1164/main
Browse files Browse the repository at this point in the history
쿠몬학습 백엔드와 URL 연결
  • Loading branch information
van1164 authored Nov 16, 2023
2 parents 68809e0 + a02a204 commit cfbca82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/route/DetailPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import {Button,Popover,Heading,Video, Card,P} from 'flowbite-svelte';
let isOpenedAnswer = false;
const changeIsOpenedAnswer = () => {
isOpenedAnswer = !isOpenedAnswer;
}
Expand Down
2 changes: 1 addition & 1 deletion src/route/Upload.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
function send(){
axios.post("http://localhost:8080/api/learning-material",{
axios.post("https://khumon-edu.kro.kr/api/learning-material",{
media:file,
data:JSON.stringify({"title":title, "content":content})
},
Expand Down

0 comments on commit cfbca82

Please sign in to comment.