diff options
author | crupest <crupest@outlook.com> | 2020-06-14 16:34:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-14 16:34:42 +0800 |
commit | 53a0483ef11cce939b1df2f288563c888a1d0567 (patch) | |
tree | e998f8cdaf38ccd2c4725b16386f56b7162d7942 /Timeline/Resources/Messages.resx | |
parent | 5d467d950fd4078146709470084cbfae331b8b10 (diff) | |
download | timeline-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/Resources/Messages.resx')
-rw-r--r-- | Timeline/Resources/Messages.resx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx index 8d5543fe..2bbf494e 100644 --- a/Timeline/Resources/Messages.resx +++ b/Timeline/Resources/Messages.resx @@ -147,6 +147,9 @@ <data name="Common_InvalidModel" xml:space="preserve">
<value>Model is of bad format.</value>
</data>
+ <data name="Common_UnknownEndpoint" xml:space="preserve">
+ <value>The api endpoint you request is unknown. You might get the wrong api entry.</value>
+ </data>
<data name="TimelineController_ContentUnknownType" xml:space="preserve">
<value>Unknown type of post content.</value>
</data>
|