feat: refs #7022 Added cdn #5

Merged
guillermo merged 7 commits from 7022-rwmap into master 2024-09-11 06:33:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 60f9b44b22 - Show all commits

View File

@ -21,6 +21,6 @@ while (<STDIN>) {
if (-e "/usr/local/apache2/htdocs/$newPath") {
print "/$newPath\n";
} else {
print "/image/$input\n";
print "/$input\n";
guillermo marked this conversation as resolved Outdated
Outdated
Review

Creo que se nos ha colado en las pruebas y debería ser solo print "/$input\n"; dado que $input ya incluye image.

Creo que se nos ha colado en las pruebas y debería ser solo `print "/$input\n";` dado que `$input` ya incluye image.
}
}