Skip to content

Commit

Permalink
read-stack.vercel.app -> read-stack.cp20.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Jan 21, 2024
1 parent d1a48d1 commit b869566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.VITE_API_ENDPOINT ?? 'https://read-stack.vercel.app/api';
import.meta.env.VITE_API_ENDPOINT ?? 'https://read-stack.cp20.dev/api';

export default [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/shared/components/Description.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Head from 'next/head';
import type { FC } from 'react';

const appUrl = 'https://read-stack.vercel.app';
const appUrl = 'https://read-stack.cp20.dev';

interface DescriptionProps {
title: string;
Expand Down

0 comments on commit b869566

Please sign in to comment.