create project
This commit is contained in:
10
kitabcitab/node_modules/next/dist/lib/is-api-route.js
generated
vendored
Normal file
10
kitabcitab/node_modules/next/dist/lib/is-api-route.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.isAPIRoute = isAPIRoute;
|
||||
function isAPIRoute(value) {
|
||||
return value === "/api" || Boolean(value == null ? void 0 : value.startsWith("/api/"));
|
||||
}
|
||||
|
||||
//# sourceMappingURL=is-api-route.js.map
|
||||
Reference in New Issue
Block a user