mirror of
https://github.com/gofiber/storage.git
synced 2025-10-13 20:33:56 +08:00
fix: clarify go version for testing
This commit is contained in:
4
.github/scripts/initialize-wrangler.sh
vendored
4
.github/scripts/initialize-wrangler.sh
vendored
@@ -6,6 +6,10 @@ export default { async fetch(Request, env) {
|
||||
|
||||
const namespace = env.TEST_NAMESPACE1;
|
||||
|
||||
if (Request.url === "http://localhost:8787/health") {
|
||||
return new Response("Success");
|
||||
}
|
||||
|
||||
if (Request.url === "http://localhost:8787/writeworkerskvkeyvaluepair") {
|
||||
const res = await Request.json();
|
||||
const { key, val } = res;
|
||||
|
Reference in New Issue
Block a user