Rebrand to picsur

This commit is contained in:
rubikscraft
2022-02-27 20:27:22 +01:00
parent 0ff6b4aecd
commit fb37fb50b6
38 changed files with 208 additions and 245 deletions

View File

@@ -1,5 +1,5 @@
import { FastifyRequest } from 'fastify';
import { EUser } from 'imagur-shared/dist/entities/user.entity';
import { EUser } from 'picsur-shared/dist/entities/user.entity';
export default interface AuthFasityRequest extends FastifyRequest {
user: EUser;