update sistem proyek menjadi lebih struktural. dimulai dengan memisahkan dashboard publik dan administrator pada setiap proyek, membuat dockerfile untuk setup environment docker, dan merapikan database serta membuat file migration.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
require_once 'auth.php';
|
||||
require_write_access_json();
|
||||
header('Content-Type: application/json');
|
||||
include 'db.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user