mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 06:46:09 +00:00
chore(cloud): point uploads at the local development server
This commit is contained in:
@@ -12,9 +12,7 @@ import {
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Label } from "@/components/ui/label";
|
||||
|
||||
const DEFAULT_CLOUD_ENDPOINT = import.meta.env.DEV
|
||||
? "http://localhost:8787/api/upload"
|
||||
: "https://videos.recordly.dev/api/upload";
|
||||
const DEFAULT_CLOUD_ENDPOINT = "http://localhost:8787/api/upload";
|
||||
|
||||
type Props = {
|
||||
filePath?: string;
|
||||
|
||||
Reference in New Issue
Block a user