mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
12 lines
136 B
PHP
12 lines
136 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'templates' => [
|
|
'paths' => [
|
|
'ShlinkCore' => __DIR__ . '/../templates',
|
|
],
|
|
],
|
|
|
|
];
|