changes to run on server.

This commit is contained in:
Joshua Ashton
2025-02-02 12:21:47 -07:00
parent be854ce3c5
commit 307dafdb9d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
session_start();
if (!isset($_GET['code'])) {
header('Location: http://localhost:9753/login');
header('Location: https://api.joshashton.dev/spotify-login');
exit;
}
?>