Remove serverEndpoint completely and fix upload path (#434)

This commit is contained in:
Alex 2022-08-07 08:12:31 -05:00 committed by GitHub
parent b45024a97e
commit 953d18e795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 11 deletions

View file

@ -1,2 +1 @@
export const serverEndpoint: string = import.meta.env.VITE_SERVER_ENDPOINT;
export const loginPageMessage: string = import.meta.env.VITE_LOGIN_PAGE_MESSAGE;