fix : 오류 수정 - swegger 정상화

(cherry picked from commit e19d7c7508)
This commit is contained in:
2025-07-17 17:39:28 +09:00
committed by 권혁성
parent fbb603f42e
commit 948d3824c7
6 changed files with 17 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**********************************
*
* Level 등급
@@ -13,7 +13,7 @@
<div class="logopanel">
<a href="/">
<h1>VentureRND : <font color="#1caf9a" size="3"> {{strtoupper(env('app.name', 'DEV'))}}</font></h1>
<h1>KD-SAM : <font color="#1caf9a" size="3"> {{strtoupper(env('app.name', 'DEV'))}}</font></h1>
</a>
</div><!-- logopanel -->
@@ -22,7 +22,7 @@
<h5 class="sidebartitle"></h5>
<ul class="nav nav-pills nav-stacked nav-bracket">
<li class="active"><a href="https://" target="_blank"><i class="fa fa-home"></i> <span>기존사이트</span></a></li>
<li class="active"><a href="https://dev.5130.co.kr" target="_blank"><i class="fa fa-home"></i> <span>기존사이트</span></a></li>
</ul>