insomnia folder
This commit is contained in:
parent
0f53063832
commit
e9e1b48970
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
**/config
|
||||
|
||||
!.prettierrc.json
|
||||
!.insomnia
|
||||
|
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user