mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
@@ -41,7 +41,7 @@ const Install: React.FC = () => {
|
||||
const [latestVersion, setLatestVersion] = useState<string>("");
|
||||
|
||||
useEffect(() => {
|
||||
fetch("https://update.openpanel.co/")
|
||||
fetch("https://get.openpanel.co/version")
|
||||
.then(response => response.text())
|
||||
.then(data => {
|
||||
const version = data.trim();
|
||||
|
||||
Reference in New Issue
Block a user