1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 21:23:24 +01:00
server/dist/util/Constants.js
Flam3rboy ea41892fef 🔧 build
2021-02-05 22:01:01 +01:00

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