Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


  • http://{HostURL}/ → http://{HOstURL}/home 리디렉트 페이지

Code Block
languagexml
themeMidnight
titlesrc/main/resources/static/index.html
linenumberstruecollapsetrue
<!DOCTYPE html>

<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta http-equiv="refresh" content="0; url=/home">
  </head>
</html>