diff --git a/public/index.php b/public/index.php index dd06fd3..870a345 100644 --- a/public/index.php +++ b/public/index.php @@ -22,4 +22,6 @@ $App->post "/api/paddle/{authkey}/hook", Hookmanager::class, ':EventSubscriptionCreatead' - ); \ No newline at end of file + ); + +$App->run(); \ No newline at end of file