mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-29 01:18:59 +03:00
11 lines
136 B
PHP
11 lines
136 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'templates' => [
|
|
'paths' => [
|
|
'ShlinkCore' => __DIR__ . '/../templates',
|
|
],
|
|
],
|
|
|
|
];
|