Skip to content
Snippets Groups Projects
Commit 511d0f0c authored by Gaeon Kim's avatar Gaeon Kim
Browse files

feat: channel delete 기능추가

parent 2225dc63
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ const ExistingChannel=({isOpen, onClose, data})=>{
const handleDeleteChannel = async () => {
try {
const response = await fetch(`api/channels/${userData.userId}`, {
const response = await fetch(`api/channels/`, {
method: 'DELETE',
headers: {
'Content-Type': 'application/json',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment