mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-22 13:24:31 +01:00
Madeorsk
5ac9b5d0e4
* 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).
5 lines
41 B
PHP
5 lines
41 B
PHP
<?php
|
|
|
|
$VERLAINE = [
|
|
"app_url" => "",
|
|
]; |