摘要: We make a .env file and accidentally push it to github. In order to remove the .env file, we first have to add it to our .gitignore file - but that's 阅读全文
posted @ 2020-01-13 15:57 Zhentiw 阅读(149) 评论(0) 推荐(0)
摘要: We've made a pull request and now we can clean up the branches by deleting the feature branch. Branches are just pointers to commits - so we can safel 阅读全文
posted @ 2020-01-13 15:53 Zhentiw 阅读(157) 评论(0) 推荐(0)
摘要: Throw expection from Controller: Expection types: https://docs.nestjs.com/exception-filters#built-in-http-exceptions We can create global reuseable ex 阅读全文
posted @ 2020-01-13 14:28 Zhentiw 阅读(443) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-01-13 02:26 Zhentiw 阅读(2) 评论(0) 推荐(0)