5 lines
76 B
Text
5 lines
76 B
Text
import ballerina/http;
|
|
|
|
endpoint http:Listener listener {
|
|
port: 9090
|
|
};
|