mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Add slash in the end of api path
This commit is contained in:
parent
f2f430929b
commit
b191ffc71e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
Loading…
Reference in a new issue