Only warning now... Green pipeline?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-02 11:45:41 -04:00
parent 4176b0be51
commit 92d43edd7a
9 changed files with 381 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
import auth from '../model/auth';
import Auth from '../model/auth';
import { AuthModel, AuthPrivate } from '../schema/auth';
import { sign } from './jwt';