forked from Ailur/burgernotes-server
Delete fixapi.sh
This commit is contained in:
parent
ed6db00727
commit
d55d22b765
|
@ -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" {} +
|
|
Loading…
Reference in New Issue