Skip to content

Commit

Permalink
Integrate admin login and feedback recap page with backend (#71)
Browse files Browse the repository at this point in the history
* fix: solve merge conflicts

* feat: integrate admin login and feedback recap page with backend

* feat: add google calendar popup to daftar jadwal page

* refactor: remove unused feedback dummy data
  • Loading branch information
lontonggg authored Aug 5, 2024
1 parent a05ce70 commit 5404a70
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 264 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const config = {
MIXPANEL_PROJECT_TOKEN: process.env.REACT_APP_MIXPANEL_PROJECT_TOKEN,
},
production: {
API_BASE_URL: process.env.REACT_APP_AWS_BACKEND_URL,
// API_BASE_URL: process.env.REACT_APP_AWS_BACKEND_URL,
API_BASE_URL: "https://stg.api.susunjadwal.cs.ui.ac.id/susunjadwal/api",
BASE_URL: "/",
},
development: {
// API_BASE_URL: "http://localhost:5000/susunjadwal/api",
API_BASE_URL: "https://stg.api.susunjadwal.cs.ui.ac.id/susunjadwal/api",
BASE_URL: "/",
},
Expand Down
37 changes: 0 additions & 37 deletions src/containers/Admin/Feedbacks/feedback.js

This file was deleted.

Loading

0 comments on commit 5404a70

Please sign in to comment.