Skip to content

Commit 1fbab15

Browse files
committed
routes.php replaced with glued-libs routes.php
1 parent a3d87cb commit 1fbab15

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

glued/bootstrap.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
require_once (__ROOT__ . '/glued/environment.php');
3737
require_once (__ROOT__ . '/glued/events.php');
3838
require_once (__ROOT__ . '/glued/middleware.php');
39-
require_once (__ROOT__ . '/glued/routes.php');
39+
require_once (__ROOT__ . '/vendor/vaizard/glued-lib/src/Includes/routes.php');
40+
4041

4142
$app->run();
4243

glued/routes.php

-33
This file was deleted.

0 commit comments

Comments
 (0)