Boersenchecker
This commit is contained in:
5
public/api/boersenchecker/index.php
Normal file
5
public/api/boersenchecker/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require dirname(__DIR__, 3) . '/modules/boersenchecker/api/index.php';
|
||||
5
public/apps/boersenchecker/index.php
Normal file
5
public/apps/boersenchecker/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require dirname(__DIR__, 3) . '/modules/boersenchecker/pages/index.php';
|
||||
Reference in New Issue
Block a user