mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 18:45:41 +00:00
Deploying to gh-pages from @ 57ee15ee04d44b7c23e66da8c4e4a831d0e16c9a 🚀
This commit is contained in:
@@ -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 <realaravinth@batsense.net>
|
||||
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
//
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user