We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ce37d commit a1c9ddeCopy full SHA for a1c9dde
frontend/src/api.js
@@ -1,6 +1,6 @@
1
const PADMA_API_URL = "https://pad.ma/api"
2
const PADMA_MEDIA_URL = "https://media.v2.pad.ma"
3
-const API_URL = "http://localhost:3001"
+const API_URL = "https://supercut-x-padma.onrender.com"
4
5
export const find = async (query, range, cutLength) => {
6
const postData = {
0 commit comments