Skip to content

Commit

Permalink
N21-1967 changes file upload url (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns authored Jun 13, 2024
1 parent 8388870 commit dbc0c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/api/api.configuration.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const API = {
FILE_UPLOAD: "/api/v3/file/upload/SCHOOLID/boardnodes/CONTEXTID",
FILE_UPLOAD: "/api/v3/file/upload/school/SCHOOLID/boardnodes/CONTEXTID",
LOGIN_REDIRECT: "/login?redirect=/tldraw?roomName=ROOMID",
USER_DATA: `/api/v3/user/me`,
ENV_CONFIG: `/api/v3/config/public`,
Expand Down

0 comments on commit dbc0c7f

Please sign in to comment.