Task: Fixed controller and application for routes and allow middleware for json and form urclosed
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -12,6 +12,8 @@ class Application {
|
||||
|
||||
constructor() {
|
||||
this._instance = express()
|
||||
this._instance.use(express.json())
|
||||
this._instance.use(express.urlencoded({ extended: false }))
|
||||
this.registerRoutes()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user