insomnia folder

This commit is contained in:
Yanis Rigaudeau 2022-10-26 21:43:05 +02:00
parent 0f53063832
commit e9e1b48970
Signed by: yanis
GPG Key ID: 4DD2841DF1C94D83
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
**/config
!.prettierrc.json
!.insomnia

View File

@ -20,6 +20,7 @@ class Server {
this.config = config;
this.app = express();
this.app.disable('x-powered-by');
this.app.use(express.json());
this.app.use(
cors({