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