-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from selab-hs/develop
refac : 파일 이름 통일
- Loading branch information
Showing
16 changed files
with
10 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
src/main/java/com/urlshortener/auth/controller/rest/AuthDevRestController.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
src/main/java/com/urlshortener/shortener/controller/rest/DevShortenerRestController.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="UTF-8"> | ||
<title>Shortcode Dashboard</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/css/shortener/access_shortcode_page.css" type="text/css"/> | ||
<link rel="stylesheet" href="/css/shortener/access_shortcode.css" type="text/css"/> | ||
<link rel="stylesheet" href="/css/layout/layout.css" type="text/css"/> | ||
<script src="/js/layout/layout.js"></script> | ||
</head> | ||
|
@@ -34,6 +34,6 @@ <h1 class="text-center mb-4">Shortcode Dashboard</h1> | |
</table> | ||
</div> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> | ||
<script src="/js/shortener/access_shortcode_page.js"></script> | ||
<script src="/js/shortener/access_shortcode.js"></script> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Submodule url-shortener-security
updated
from 895c14 to 2a64ed