You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdefault{asyncfetch(request,env){consturl=newURL(request.url);if(url.pathname.startsWith("/api/")){// TODO: Add your custom /api/* logic here.returnnewResponse("Ok");}// Passes the incoming request through to the assets binding.// No asset matched this request, so this will evaluate `not_found_handling` behavior.returnenv.ASSETS.fetch(request);},};
hope not to rely on frameworks
#643
The text was updated successfully, but these errors were encountered: