email-templates/public/emails.php

4 lines
82 B
PHP
Raw Normal View History

2019-09-13 10:45:07 +02:00
<?php
header('Content-Type: application/json');
readfile(__DIR__.'/emails.json');