/[sudobot]/trunk/src/api/controllers/UserController.ts
ViewVC logotype

Diff of /trunk/src/api/controllers/UserController.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 395 by rakin, Mon Jul 29 17:30:01 2024 UTC revision 396 by rakin, Mon Jul 29 17:30:01 2024 UTC
# Line 24  import { body } from 'express-validator' Line 24  import { body } from 'express-validator'
24  import bcrypt from 'bcrypt';  import bcrypt from 'bcrypt';
25  import jwt from 'jsonwebtoken';  import jwt from 'jsonwebtoken';
26  import KeyValuePair from "../../types/KeyValuePair";  import KeyValuePair from "../../types/KeyValuePair";
 import Response from "../Response";  
27  import { NextFunction, Response as ExpressResponse } from "express";  import { NextFunction, Response as ExpressResponse } from "express";
28  import ValidatorError from "../middleware/ValidatorError";  import ValidatorError from "../middleware/ValidatorError";
29  import RequireAuth from "../middleware/RequireAuth";  import RequireAuth from "../middleware/RequireAuth";

Legend:
Removed from v.395  
changed lines
  Added in v.396

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26