aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/u.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/u.php b/app/controllers/u.php
index 29a77b8..6cdcefd 100644
--- a/app/controllers/u.php
+++ b/app/controllers/u.php
@@ -11,6 +11,7 @@ class UController extends AuthenticatedController
$this->redirect($this->url_for('start'));
return;
}
+ dd($short_url->path);
$this->redirect(URLHelper::getURL($short_url->path));
}
}