2 Commits

Author SHA1 Message Date
leejisun9
33b33ef7a3 Merge branch 'main' of https://demo.stam.kr/leejisun9/bio_backend 2025-08-19 08:56:06 +09:00
leejisun9
331d242ac3 erd 문가 추가, nginx 에러 로그 추가 2025-08-19 08:54:31 +09:00
2 changed files with 3 additions and 2 deletions

4
.erd
View File

@@ -4,8 +4,8 @@
"settings": {
"width": 2800,
"height": 2800,
"scrollTop": -1200,
"scrollLeft": -1098.5144,
"scrollTop": -202,
"scrollLeft": -1026.5803,
"zoomLevel": 0.82,
"show": 431,
"database": 16,

View File

@@ -4,6 +4,7 @@ events {
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;