Looks like following two are working: app.UseRouting(); // http://localhost/apple app.UseEndpoints(endpoints => { endpoints.Map("/apple", async context ...
確定! 回上一頁