aboutsummaryrefslogtreecommitdiff
path: root/Timeline/MockClientApp/index.html
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-14 16:34:42 +0800
committercrupest <crupest@outlook.com>2020-06-14 16:34:42 +0800
commit53a0483ef11cce939b1df2f288563c888a1d0567 (patch)
treee998f8cdaf38ccd2c4725b16386f56b7162d7942 /Timeline/MockClientApp/index.html
parent5d467d950fd4078146709470084cbfae331b8b10 (diff)
downloadtimeline-53a0483ef11cce939b1df2f288563c888a1d0567.tar.gz
timeline-53a0483ef11cce939b1df2f288563c888a1d0567.tar.bz2
timeline-53a0483ef11cce939b1df2f288563c888a1d0567.zip
Many many bugs fix.
1. Add a way to test front end with mock page. 2. Unknown api returns 400 but not frontend page. 3. Fix a big bug that cause all data loss in database migration.
Diffstat (limited to 'Timeline/MockClientApp/index.html')
-rw-r--r--Timeline/MockClientApp/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/Timeline/MockClientApp/index.html b/Timeline/MockClientApp/index.html
new file mode 100644
index 00000000..03cf371e
--- /dev/null
+++ b/Timeline/MockClientApp/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <title>Mock Client App</title>
+</head>
+<body>
+ This is a mock client app for testing.
+</body>
+</html>