We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc58eb5 commit a08ac31Copy full SHA for a08ac31
mlc-swift-project/src/main/swift/main.swift
@@ -15,4 +15,6 @@ router.get("/adder") { request, response, next in
15
}
16
17
Kitura.addHTTPServer(onPort: 8080, with: router)
18
+print("Microservice is starting..")
19
Kitura.run()
20
+
0 commit comments