Closed GiovanniCaiazzo01 closed 1 year ago
i see what you mean the base controller is the targeted one the new import when converted to ts should be : import * as base from '@controllers/base_controller';
@GiovanniCaiazzo01
Perfect, thanks for clarifying my doubts. @bellaabdelouahab
Hi,
in
backend-app/routes/calendar_routes
there is an import forbase_controller
in the same folder, but actually, this file does not exist, I found another file called base_controller but is under the folder controllers.does the import at row 2 actually refer to the base_controller in controllers?