我正在使用 Perfect Server 为我的应用程序创建一个 Swift 后端。
遵循本教程后:http: //www.chrissanahan.com/creating-a-web-service-swift-perfect我进入了测试服务器的阶段。
当 PerfectServerHTTP 加载时,我打开http://localhost:8181/posts
但收到一个打印输出The file “/posts" was not found.
如何设置项目的服务器端?教程中没有提到这一点。