### 發生了什麼事? / The Problem <!-- * 簡潔扼要的描述什麼 bug / A clear and concise description about the bug. --> 在不放入Access Token 的情況下 GET /v1/popular-articles 應該出現熱門文章列表,上限為 100 個文章。但是回傳空列表。 ### 如何重現 / To Reproduce <!-- 重現步驟如下 / Steps to reproduce the behavior: (不用一定勉強要用英文) 1. 先到 '...' / Go to '...' 2. 然後呼叫 '...' / Call '....' 3. 再用 XXX 參數呼叫 '....' / And Call XXX with argument '....' 4. 然後就壞掉了 / Error log --> 1. `curl http:localhost:8081/v1/popular-articles` 2. 回傳空列表 ### 預期的行為 / Expected behavior <!-- 簡潔扼要的表示您希望看到什麼 / A clear and concise description of what you expected to happen. --> 應該要回傳熱門文章列表 ### 螢幕截圖 / Screenshots <!-- 如果可以的話,幫忙補個螢幕截圖。 If applicable, add screenshots for explaining your problem. -->  ### 開發環境 / Environment <!-- - OS: [e.g. Windows 7, ubuntu 10.04, macOS 10.15.7 (是不是M1要說)] - Golang Version: (可以用 go version ) [e.g. go version go1.15.6 darwin/amd64] - Package Version: [e.g. 1.0.0] 以及測試工具,例如 curl 或是 postman --> 1. OS: Windows 10 and WSL 2 Ubuntu 20.04 2. Go version v1.16.5