Deploying to gh-pages from @ 8ec5122f87 🚀

This commit is contained in:
realaravinth
2023-10-18 07:59:48 +00:00
parent 4dff2b3aa4
commit 64d63eec3c
118 changed files with 150 additions and 1205 deletions

View File

@@ -37,8 +37,6 @@
<a href="#37" id="37">37</a>
<a href="#38" id="38">38</a>
<a href="#39" id="39">39</a>
<a href="#40" id="40">40</a>
<a href="#41" id="41">41</a>
</pre></div><pre class="rust"><code><span class="comment">// Copyright (C) 2022 Aravinth Manivannan &lt;realaravinth@batsense.net&gt;
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan &lt;realaravinth@batsense.net&gt;
//
@@ -55,7 +53,6 @@
<span class="kw">pub mod </span>notifications;
<span class="kw">pub mod </span>pow;
<span class="kw">mod </span>routes;
<span class="kw">pub mod </span>survey;
<span class="kw">pub use </span>routes::ROUTES;
@@ -66,7 +63,6 @@
account::services(cfg);
mcaptcha::services(cfg);
notifications::services(cfg);
survey::services(cfg);
}
<span class="attr">#[derive(Deserialize)]