Newer
Older
percord / dist / server-util / src / util / Constants.js
@Flam3rboy Flam3rboy on 10 Feb 2021 191 bytes fix models + move schemas in api and gateway
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.JWTOptions = void 0;
exports.JWTOptions = { algorithms: ["HS256"] };
//# sourceMappingURL=Constants.js.map