标签: go
我在golang-api项目中有images文件夹,我想获取图像url。
我尝试过
http.Handle("/resources/", http.StripPrefix("/resources/", http.FileServer(http.Dir("resources"))))
然后我叫url:
localhost:3000/resources/[images-name]
但是我在调用网址时收到404错误
404