Skip to content

Commit 957a8a5

Browse files
author
Alex Sedighi
committed
Google doesn't like GET with body
1 parent 739d2ba commit 957a8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clk-gateway/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ app.get(
254254
},
255255
);
256256

257-
app.get(
257+
app.post(
258258
"/resolveL1",
259259
body("name")
260260
.isFQDN()

0 commit comments

Comments
 (0)