Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoner2 committed May 17, 2024
2 parents 928f424 + a2b48ea commit cb10a22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions trivia-forge/frontend/src/Services/TF-db_services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import { Question } from '../Models/Question';
import { Category } from '../Models/Category';
import { Choice } from '../Models/Choice';

<<<<<<<< < Temporary merge branch 1

const API_URL = 'http://localhost:5000';
=========
const API_URL = 'http://127.0.0.1:5000';

/* ************************************ User ************************************ */
Expand Down

0 comments on commit cb10a22

Please sign in to comment.