mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 21:23:24 +01:00
5 lines
191 B
JavaScript
5 lines
191 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.JWTOptions = void 0;
|
|
exports.JWTOptions = { algorithms: ["HS256"] };
|
|
//# sourceMappingURL=Constants.js.map
|