Skip to content

Commit a1c9dde

Browse files
committed
Update api.js
1 parent 51ce37d commit a1c9dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const PADMA_API_URL = "https://pad.ma/api"
22
const PADMA_MEDIA_URL = "https://media.v2.pad.ma"
3-
const API_URL = "http://localhost:3001"
3+
const API_URL = "https://supercut-x-padma.onrender.com"
44

55
export const find = async (query, range, cutLength) => {
66
const postData = {

0 commit comments

Comments
 (0)