mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-15 13:33:12 +02:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
import ballerina/http;
|
|
|
|
endpoint http:Listener listener {
|
|
port: 9090
|
|
};
|