1
0
mirror of https://git.cant.at/Madeorsk/PollVerlaine synced 2024-09-30 08:38:44 +02:00
PollVerlaine/config/app.default.php
Madeorsk 5ac9b5d0e4 End of Home page, begin of Poll page and Configuration
* Finished Home page behavior;
* Started Poll (just the title for now);
* Changed POST /polls return code to 206 (CREATED);
+ Add a configuration file (only app_url inside of it for now).
2018-08-12 19:29:13 +02:00

5 lines
41 B
PHP

<?php
$VERLAINE = [
"app_url" => "",
];