mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-05 05:30:09 +01:00
Update service endpoint
Update project dependencies Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
174885af7c
commit
50244f0c1e
7 changed files with 195 additions and 195 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
const endpoint = 'https://pb.nekoul.com';
|
||||
const endpoint = 'https://pb.nekoid.cc';
|
||||
|
||||
let input_div = {
|
||||
file: null,
|
||||
|
@ -292,7 +292,7 @@ $(function () {
|
|||
show_pop_alert('Invalid Paste ID.', 'alert-warning');
|
||||
return;
|
||||
}
|
||||
window.open(`https://pb.nekoul.com/${uuid}`);
|
||||
window.open(`https://pb.nekoid.cc/${uuid}`);
|
||||
});
|
||||
|
||||
view_btn.on('click', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue