We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3810106 commit d7456a0Copy full SHA for d7456a0
src/app/student/student.service.ts
@@ -10,8 +10,8 @@ import { StudentRun } from './student-run';
10
@Injectable()
11
export class StudentService {
12
private runsUrl = '/api/student/runs';
13
- private runInfoUrl = '/api/student/run/info';
14
- private runInfoByIdUrl = '/api/user/run/info-by-id';
+ private runInfoUrl = '/api/run/info';
+ private runInfoByIdUrl = '/api/run/info-by-id';
15
private addRunUrl = '/api/student/run/register';
16
private launchRunUrl = '/api/student/run/launch';
17
private registerUrl = '/api/student/register';
0 commit comments