Skip to content
Snippets Groups Projects
Commit 6ea3ee25 authored by Zhicheng Xu's avatar Zhicheng Xu
Browse files

fix some bugs

parent ff415cb5
No related branches found
No related tags found
1 merge request!53Resolve "As a user, I want to have a page to upload and share photos so that another user can see my stories."
...@@ -27,9 +27,11 @@ public class SecurityConfig { ...@@ -27,9 +27,11 @@ public class SecurityConfig {
"/html/**", // static HTML "/html/**", // static HTML
"/html/register.html", // register "/html/register.html", // register
"/html/login.html", // login "/html/login.html", // login
"/html/table-tennisrules.html",
"/html/login.html" , // login "/html/login.html" , // login
"/rankings", //ranking data path "/rankings", //ranking data path
"/rankings/**" "/rankings/**",
}; };
@Bean @Bean
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<title>Table Tennis Rules</title> <title>Table Tennis Rules</title>
<link rel="stylesheet" href="/css/navBar.css"> <link rel="stylesheet" href="/css/navBar.css">
<link rel="stylesheet" href="/css/footer.css"> <link rel="stylesheet" href="/css/footer.css">
<link rel="stylesheet" href="/css/dartsrules.css">
</head> </head>
<body> <body>
<!-- 导航栏 --> <!-- 导航栏 -->
......
...@@ -13,7 +13,7 @@ const data = [ ...@@ -13,7 +13,7 @@ const data = [
{ {
title: 'Table-Tennis Rules', title: 'Table-Tennis Rules',
description: 'Understand the rules of table-tennis, including scoring and serving.', description: 'Understand the rules of table-tennis, including scoring and serving.',
url: 'http://localhost:8080/html/table-tennis.html' url: 'http://localhost:8080/html/table-tennisrules.html'
}, },
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment