fixed broken search buttons

This commit is contained in:
partisan 2024-11-19 14:19:15 +01:00
parent 998896ad86
commit 3ca7d57680
7 changed files with 1 additions and 7 deletions

View file

@ -9,7 +9,7 @@ import (
// Function to check for updates and restart the server if an update is found
func checkForUpdates() {
repoURL := "https://weforgecode.xyz/Spitfire/Search.git"
repoURL := "https://weforge.xyz/Spitfire/Search.git"
localDir := "." // Assume the repository is cloned in the current directory
for {