forked from atums.world/backend
add session fix cors, add session
This commit is contained in:
parent
4936ff8978
commit
b31d77983c
4 changed files with 70 additions and 0 deletions
1
types/config.d.ts
vendored
1
types/config.d.ts
vendored
|
@ -3,6 +3,7 @@ type Environment = {
|
|||
host: string;
|
||||
development: boolean;
|
||||
fqdn: string;
|
||||
frontendUrl: string;
|
||||
};
|
||||
|
||||
type UserValidation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue