Add slash in the end of api path

This commit is contained in:
Adam Svystun 2018-09-03 17:46:55 +02:00
parent f2f430929b
commit b191ffc71e
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import Dropzone from "react-dropzone";
import { BarLoader } from "react-spinners";
import { css } from "react-emotion";
const COMIXIFY_API = "/comixify";
const COMIXIFY_API = "/comixify/";
const MAX_FILE_SIZE = 50000000;
const PERMITTED_VIDEO_EXTENSIONS = "video/*";

File diff suppressed because one or more lines are too long