2020-01-22 08:04:26 +00:00
|
|
|
module.exports = Self => {
|
|
|
|
require('../methods/travel-thermograph/allowedContentTypes')(Self);
|
2020-05-27 11:11:41 +00:00
|
|
|
require('../methods/travel-thermograph/getThermographTemperatures')(Self);
|
2020-01-22 08:04:26 +00:00
|
|
|
};
|
|
|
|
|