DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven

This commit is contained in:
subochev 2026-03-27 00:39:37 +03:00
parent b8d5a0a565
commit 57e4e4ffb5

View File

@ -61,11 +61,6 @@ jobs:
return 200 "OK\n"; return 200 "OK\n";
add_header Content-Type text/plain; add_header Content-Type text/plain;
} }
# Все остальные пути — 404
location / {
return 404;
}
} }
EOF EOF
cat > Dockerfile << EOF cat > Dockerfile << EOF