# Debrief project 36 ## What made you smile? 1. Pretty easy to create api logic. 2. Usefull to test changes in Webview ## What was confusing? 1. Webview requires full restart to catch new added `@api/*ts` files. 2. Would be greate to have api functions console.log in the webview logs window. 3. App-loader should not show error logs in case 500 code was returned by api function. (now it shows logs in case realm returns 500)