2024-09-05 12:35 경로 수정
This commit is contained in:
parent
cebb390149
commit
d532195128
@ -27,6 +27,7 @@
|
||||
<security:http pattern="/ico/**" security="none"/>
|
||||
<security:http pattern="/font/**" security="none"/>
|
||||
<security:http pattern="/ark/**" security="none"/>
|
||||
<security:http pattern="/editor/**" security="none"/>
|
||||
<!-- 분쟁조정 서블릿 mapping 경로들 끝 -->
|
||||
|
||||
<security:http pattern="/kccadrPb/**" security="none"/>
|
||||
|
||||
@ -89,7 +89,6 @@
|
||||
<mvc:resources mapping="/site/**" location="/WEB-INF/views/site/" />
|
||||
<mvc:resources mapping="/css/**" location="/WEB-INF/views/_common/_css/" />
|
||||
<mvc:resources mapping="/js/**" location="/WEB-INF/views/_common/_js/" />
|
||||
<mvc:resources mapping="/img/**" location="/WEB-INF/views/_common/_images/" />
|
||||
<mvc:resources mapping="/ico/**" location="/WEB-INF/views/_common/_ico/" />
|
||||
<mvc:resources mapping="/font/**" location="/WEB-INF/views/_common/_font/" />
|
||||
<mvc:resources mapping="/ark/**" location="/WEB-INF/views/_common/_ark/" />
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>정보 관리</title>
|
||||
<link href='/css/seed/space.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed/seed.contents.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed/seed.mediaquery.css' rel='styleGsheet' type='text/css'/>
|
||||
<link href='/css/space.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed.contents.css' rel='stylesheet' type='text/css'/>
|
||||
<link href='/css/seed.mediaquery.css' rel='styleGsheet' type='text/css'/>
|
||||
<link href='/site/ntcc/css/gtmCustom.css' rel='stylesheet' type='text/css'/>
|
||||
<script src="/editor/webnote.js"></script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user