Spaces:
Sleeping
Sleeping
Update frontend/src/App.jsx
Browse files- frontend/src/App.jsx +1 -1
frontend/src/App.jsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import { useEffect, useMemo, useState } from "react";
|
| 2 |
import "./App.css";
|
| 3 |
|
| 4 |
-
const API_URL = "
|
| 5 |
const ACCEPTED_TYPES = ["image/png", "image/jpeg", "image/jpg", "image/webp"];
|
| 6 |
|
| 7 |
function App() {
|
|
|
|
| 1 |
import { useEffect, useMemo, useState } from "react";
|
| 2 |
import "./App.css";
|
| 3 |
|
| 4 |
+
const API_URL = "/enhance";
|
| 5 |
const ACCEPTED_TYPES = ["image/png", "image/jpeg", "image/jpg", "image/webp"];
|
| 6 |
|
| 7 |
function App() {
|