Spaces:
Sleeping
Sleeping
File size: 163 Bytes
cfbbc1a | 1 2 3 4 5 | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FORBIDDEN_MESSAGE = void 0;
exports.FORBIDDEN_MESSAGE = 'Forbidden resource';
|