aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-16 01:32:48 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-16 01:32:48 -0500
commite6d95488be4310b8bd85854c541777bb26299658 (patch)
treea77802b60cc2c87414407170fd3528f83fe20638 /public
parent0ca13d03f3bca48f1f50119bbc6887f5c0ce43ed (diff)
downloadedwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.gz
edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.bz2
edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.zip
app: Cleanup dead files and organize hierarchy
Diffstat (limited to 'public')
-rw-r--r--public/dist/app.css (renamed from public/css/app.css)0
-rw-r--r--public/index.php4
-rw-r--r--public/js/app.js0
3 files changed, 1 insertions, 3 deletions
diff --git a/public/css/app.css b/public/dist/app.css
index 2a57771..2a57771 100644
--- a/public/css/app.css
+++ b/public/dist/app.css
diff --git a/public/index.php b/public/index.php
index 4f61001..0311f71 100644
--- a/public/index.php
+++ b/public/index.php
@@ -1,8 +1,6 @@
<?php
-/* start application */
require '../bootstrap/Bootstrap.php';
-/* load routes */
-require Router::load('../bootstrap/Routes.php')
+require Router::load('../app/Routes.php')
->direct(Request::uri(), Request::method());
diff --git a/public/js/app.js b/public/js/app.js
deleted file mode 100644
index e69de29..0000000
--- a/public/js/app.js
+++ /dev/null