Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我启动完美的 http 服务器时遇到问题。
找不到文件“/”
我在 MAC OS 10.11 上使用 Xcode 7.3.1。我在本教程中遵循了完全相同的步骤
这是我执行服务器后的屏幕消息
在该教程中,没有默认路由,因此您需要向 /posts 发出请求才能获得响应。如果您通过本教程工作,您将了解如何将数据发布到服务器并检索响应。
对我来说,原因是:我没有调用函数
PerfectServerModuleInit
但是这样: public func perfectServerModuleInit()
太完美了没找到。