Delete fixapi.sh

This commit is contained in:
Tracker-Friendly 2024-04-24 11:51:56 +01:00
parent ed6db00727
commit d55d22b765
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
# Define the old and new URLs
OLD_URL="https://notes.canary.hectabit.org/api"
NEW_URL="https://notes.canary.hectabit.org/api"
# Recursively search and replace in files under the current directory
find . -type f -exec sed -i "s|$OLD_URL|$NEW_URL|g" {} +