diff --git a/Mozi.HttpEmbedded/Page/BasePage.cs b/Mozi.HttpEmbedded/Page/BasePage.cs index 108756496cf65d0a10a027814fdf7b4dbb4b59f1..432e1f17373adfbf89799df8ad16ed87d45c6501 100644 --- a/Mozi.HttpEmbedded/Page/BasePage.cs +++ b/Mozi.HttpEmbedded/Page/BasePage.cs @@ -15,5 +15,6 @@ public abstract void Get(); public abstract void Post(); + } }