added main addon config file, for now just for handling pinging a local api for request testing

This commit is contained in:
Valmo Trindade
2024-07-17 03:05:36 -03:00
parent bb50f7036c
commit 2058b176d7
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class CfgCommands {
allowedHTMLLoadURIs[] += {
"http://localhost:3000/ping*"
};
};