mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 22:23:30 +00:00
5 lines
86 B
C++
5 lines
86 B
C++
class CfgCommands {
|
|
allowedHTMLLoadURIs[] += {
|
|
"http://localhost:3000/ping*"
|
|
};
|
|
}; |