mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:23: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*"
|
||||
};
|
||||
};
|
||||
@@ -8,6 +8,8 @@ class CfgPatches {
|
||||
{
|
||||
"cba_common"
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
requiredVersion = 0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgCommands.hpp"
|
||||
Reference in New Issue
Block a user