From 7417021bb0984777acc736af9ff797b481b90cf8 Mon Sep 17 00:00:00 2001 From: dwindown Date: Sat, 30 Aug 2025 14:27:01 +0700 Subject: [PATCH] fix built files --- app/bootstrap.php | 13 + app/data/emojis.json | 125520 ++++++++++++++++++++++++++++++++++++++++ public/index.php | 27 + 3 files changed, 125560 insertions(+) create mode 100644 app/bootstrap.php create mode 100644 app/data/emojis.json diff --git a/app/bootstrap.php b/app/bootstrap.php new file mode 100644 index 0000000..cb2c62c --- /dev/null +++ b/app/bootstrap.php @@ -0,0 +1,13 @@ +true,'time'=>gmdate('c')]); + exit; +} + +http_response_code(404); +header('Content-Type: application/json; charset=utf-8'); +echo json_encode(['error'=>'not_found','path'=>$path]); \ No newline at end of file