@@ -50,7 +50,7 @@ |
||
50 | 50 | protected function getApiCallsArray(){ |
51 | 51 | $this->fileService = GeneralUtility::makeInstance(FileService::class); |
52 | 52 | $apiCallData = $this->fileService->readFile( |
53 | - PATH_site . 'typo3conf/ext/onpage_integration/Configuration/ApiCalls.json' |
|
53 | + PATH_site . 'typo3conf/ext/onpage_integration/Configuration/ApiCalls.json' |
|
54 | 54 | ); |
55 | 55 | |
56 | 56 | return json_decode($apiCallData, true); |