Deploying to gh-pages from @ 57ee15ee04d44b7c23e66da8c4e4a831d0e16c9a 🚀

This commit is contained in:
realaravinth
2023-10-18 07:11:54 +00:00
parent e0bf7a564d
commit d31c4ec684
116 changed files with 1203 additions and 148 deletions

View File

@@ -37,6 +37,8 @@
<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;
//
@@ -53,6 +55,7 @@
<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;
@@ -63,6 +66,7 @@
account::services(cfg);
mcaptcha::services(cfg);
notifications::services(cfg);
survey::services(cfg);
}
<span class="attr">#[derive(Deserialize)]