Skip to content

Commit

Permalink
update swagger urls
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Dec 26, 2023
1 parent eea3c0a commit 6c15112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/swagger-viewer/src/urls.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const API_ENDPOINT =
import.meta.env.API_ENDPOINT ?? 'https://read-stack.vercel.app/api';
import.meta.env.VITE_API_ENDPOINT ?? 'https://read-stack.vercel.app/api';

export default [
{
Expand Down

0 comments on commit 6c15112

Please sign in to comment.