From 3d54ed476240702812caf0b6e1ce94bfb0329cb5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 10 Feb 2021 20:59:58 +0100 Subject: fix models + move schemas in api and gateway --- dist/server-util/src/util/Constants.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dist/server-util/src/util/Constants.js (limited to 'dist/server-util/src/util/Constants.js') diff --git a/dist/server-util/src/util/Constants.js b/dist/server-util/src/util/Constants.js new file mode 100644 index 00000000..d65f8185 --- /dev/null +++ b/dist/server-util/src/util/Constants.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.JWTOptions = void 0; +exports.JWTOptions = { algorithms: ["HS256"] }; +//# sourceMappingURL=Constants.js.map \ No newline at end of file -- cgit 1.5.1