Skip to content

Commit

Permalink
feat: Update rosbiotech data source endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Aug 30, 2024
1 parent fa890b7 commit fd1f7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schedule/custom-data-sources/rosbiotech-data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LessonType } from '../models/lesson-type';
import { Teacher } from '../models/teacher';
import axios from 'axios';

const ROOM_GUID_SEARCH_ENDPOINT = 'http://localhost:8000/search';
const ROOM_GUID_SEARCH_ENDPOINT = 'http://192.168.124.16:8000/search';
const LESSONS_API_ENDPOINT = 'https://api.cloud.mgupp.ru/events-api-mgupp/v2/rasp/Rasp_GetLesson_OfTheDays_Room';

interface RosbiotechLesson {
Expand Down

0 comments on commit fd1f7c9

Please sign in to comment.