Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JoliyaD/urlshortener-backend
/ functions
Functions
17 in github.com/JoliyaD/urlshortener-backend
⨍
Functions
17
◇
Types & classes
9
↓ 2 callers
Method
getOriginalUrl
()
src/main/java/com/newproject/urlshortener/ShortUrl.java:37
↓ 1 callers
Method
findByShortCode
(String shortCode)
src/main/java/com/newproject/urlshortener/ShortUrlRepository.java:7
Method
ShortUrl
()
src/main/java/com/newproject/urlshortener/ShortUrl.java:18
Method
addCorsMappings
(CorsRegistry registry)
src/main/java/com/newproject/urlshortener/CorsConfig.java:10
Method
contextLoads
()
src/test/java/com/newproject/urlshortener/UrlshortenerApplicationTests.java:9
Method
getId
()
src/main/java/com/newproject/urlshortener/ShortUrl.java:25
Method
getOriginalUrl
(String shortCode)
src/main/java/com/newproject/urlshortener/UrlShortenerService.java:31
Method
getOriginalUrl
()
src/main/java/com/newproject/urlshortener/UrlRequest.java:7
Method
getShortCode
()
src/main/java/com/newproject/urlshortener/ShortUrl.java:29
Method
hello
()
src/main/java/com/newproject/urlshortener/TestController.java:9
Method
main
(String[] args)
src/main/java/com/newproject/urlshortener/UrlshortenerApplication.java:9
Method
redirect
( @PathVariable String shortCode)
src/main/java/com/newproject/urlshortener/UrlShortenerController.java:39
Method
setOriginalUrl
(String originalUrl)
src/main/java/com/newproject/urlshortener/UrlRequest.java:11
Method
setOriginalUrl
(String originalUrl)
src/main/java/com/newproject/urlshortener/ShortUrl.java:41
Method
setShortCode
(String shortCode)
src/main/java/com/newproject/urlshortener/ShortUrl.java:33
Method
shortenUrl
( @RequestBody UrlRequest request)
src/main/java/com/newproject/urlshortener/UrlShortenerController.java:21
Method
shortenUrl
(String originalUrl)
src/main/java/com/newproject/urlshortener/UrlShortenerService.java:16