blogData = new blogData(); $this->createRoutes($app); } /** * creates the routes for the blog * @param App $app - the slim app used to create the routes * @return void - returns nothing */ public function createRoutes(App $app): void { // TODO: Implement createRoutes() method. } }