mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-14 11:34:02 +00:00
Deploying to gh-pages from @ 53e966958b 🚀
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
<span id="96">96</span>
|
||||
<span id="97">97</span>
|
||||
<span id="98">98</span>
|
||||
<span id="99">99</span>
|
||||
</pre><pre class="rust"><code><span class="comment">/*
|
||||
* Copyright (C) 2021 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
*
|
||||
@@ -170,7 +171,8 @@
|
||||
<span class="ident">cfg</span>.<span class="ident">service</span>(<span class="ident">add::easy</span>);
|
||||
<span class="ident">cfg</span>.<span class="ident">service</span>(<span class="ident">list::list_sitekeys</span>);
|
||||
<span class="ident">cfg</span>.<span class="ident">service</span>(<span class="ident">view::view_sitekey</span>);
|
||||
<span class="ident">cfg</span>.<span class="ident">service</span>(<span class="ident">edit::edit_sitekey</span>);
|
||||
<span class="ident">cfg</span>.<span class="ident">service</span>(<span class="ident">edit::advance</span>);
|
||||
<span class="ident">cfg</span>.<span class="ident">service</span>(<span class="ident">edit::easy</span>);
|
||||
<span class="ident">cfg</span>.<span class="ident">service</span>(<span class="ident">delete::delete_sitekey</span>);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user