Skip to content

Commit

Permalink
Merge branch 'dev' into datapoints-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
boynextdoor-cze authored Mar 10, 2024
2 parents e55fa12 + a721626 commit 409f5b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/APIs/APIs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// const ROOT = "https://api.opensist.tech/";
const ROOT = "https://si290f.opensist.tech/";

const ROOT = "https://demo.opensist.tech/";
export const PROGRAM_LIST = ROOT + "api/list/programs";
export const PROGRAM_DESC = ROOT + "api/query/program_description";
export const ADD_MODIFY_PROGRAM = ROOT + "api/mutating/new_modify_program";
Expand Down

0 comments on commit 409f5b0

Please sign in to comment.