Skip to content

Commit a08ac31

Browse files
committed
- added message to measure the startup
1 parent cc58eb5 commit a08ac31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlc-swift-project/src/main/swift/main.swift

+2
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ router.get("/adder") { request, response, next in
1515
}
1616

1717
Kitura.addHTTPServer(onPort: 8080, with: router)
18+
print("Microservice is starting..")
1819
Kitura.run()
20+

0 commit comments

Comments
 (0)