add redirect to dashboard

This commit is contained in:
abarrau
2024-03-08 08:46:20 +01:00
parent e50d24369a
commit f14cb6642c

View File

@@ -4,6 +4,7 @@
class Map extends CI_Controller {
function index() {
redirect('dashboard');
}
// Generic fonction for return Json for MAP //