Add run code

This commit is contained in:
Miguel Nogueira 2018-06-08 14:48:18 +00:00
parent d9de58abdf
commit a7d53a2c16
1 changed files with 3 additions and 1 deletions

View File

@ -22,4 +22,6 @@ $App->post
"/api/paddle/{authkey}/hook",
Hookmanager::class, ':EventSubscriptionCreatead'
);
);
$App->run();