ci: api changed

This commit is contained in:
ReaJason
2025-12-08 02:23:52 +08:00
parent 2d6910895c
commit 9328fa08cd
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
sleep 10 sleep 10
- name: Test with curl - name: Test with curl
run: | run: |
if [[ $(curl -w "%{http_code}" -o /dev/null http://localhost:8080/memshell-party/version) -eq 200 ]]; then if [[ $(curl -w "%{http_code}" -o /dev/null http://localhost:8080/memshell-party/api/version) -eq 200 ]]; then
echo "Test successful!" echo "Test successful!"
else else
echo "Test failed!" echo "Test failed!"