first-api default json: true
This commit is contained in:
@@ -5,7 +5,7 @@ import { serviceProto } from "./shared/protocols/serviceProto";
|
||||
// Create the Server
|
||||
const server = new HttpServer(serviceProto, {
|
||||
port: 3000,
|
||||
cors: '*'
|
||||
json: true
|
||||
});
|
||||
|
||||
// Entry function
|
||||
|
Reference in New Issue
Block a user