From edfcb96e1b55686a5f26041ad3010e873d651dce Mon Sep 17 00:00:00 2001 From: C-xC-c Date: Wed, 11 Dec 2019 14:43:52 +0000 Subject: [PATCH] I am not very smart. --- bantflags.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bantflags.user.js b/bantflags.user.js index b917ee0..bbd8ede 100644 --- a/bantflags.user.js +++ b/bantflags.user.js @@ -34,7 +34,7 @@ const regionDivider = "||"; //TODO: We can probably remove this and seperate by const is_archive = window.location.host !== "boards.4chan.org"; const boardID = "bant"; //TODO: Hardcode /bant/ or accept other boards. const version = 2; // Breaking changes. -const back_end = 'https://flags.plum.moe'; +const back_end = 'https://flags.plum.moe/'; const api_flags = 'api/flags'; const flag_dir = 'flags/'; const api_get = 'api/get';