mirror of
https://github.com/valmojr/armatak.git
synced 2026-08-19 00:12:56 +00:00
added main addon config file, for now just for handling pinging a local api for request testing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class CfgCommands {
|
||||
allowedHTMLLoadURIs[] += {
|
||||
"http://localhost:3000/ping*"
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user