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