6 lines
74 B
PHP
6 lines
74 B
PHP
|
<?php
|
||
|
|
||
|
|
||
|
$App = new \Slim\App();
|
||
|
|
||
|
$App->post("/api/paddle/{authkey}/hook");
|