Skip to content

Commit

Permalink
change api
Browse files Browse the repository at this point in the history
  • Loading branch information
sqwatato committed Aug 20, 2023
1 parent 9c5fd69 commit 2d8848f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios'
import Cookies from 'js-cookie'

const api = axios.create({
baseURL: 'http://127.0.0.1:8000/api/', // Replace with the URL of your Django API
baseURL: 'http://jaydenl.pythonanywhere.com/api/', // Replace with the URL of your Django API
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit 2d8848f

Please sign in to comment.