mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-12 19:58:50 +00:00
flappy Bird
This commit is contained in:
parent
90a4a5fd59
commit
9f9a21818a
13 changed files with 397 additions and 67 deletions
|
@ -1,7 +1,7 @@
|
|||
import axios from "axios";
|
||||
import { refreshToken } from "./refreshToken";
|
||||
|
||||
const excludedUrls: string[] = ["/user/login", "/user/regiser"];
|
||||
const excludedUrls: string[] = ["/user/login", "/user/register"];
|
||||
|
||||
const api = axios.create({
|
||||
baseURL: "http://localhost:3001/api",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue