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