Skip to content

Commit d7456a0

Browse files
Updated URLs for RunInfoAPIController refactor (#2132)
Co-authored-by: Hiroki Terashima <[email protected]>
1 parent 3810106 commit d7456a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/student/student.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { StudentRun } from './student-run';
1010
@Injectable()
1111
export class StudentService {
1212
private runsUrl = '/api/student/runs';
13-
private runInfoUrl = '/api/student/run/info';
14-
private runInfoByIdUrl = '/api/user/run/info-by-id';
13+
private runInfoUrl = '/api/run/info';
14+
private runInfoByIdUrl = '/api/run/info-by-id';
1515
private addRunUrl = '/api/student/run/register';
1616
private launchRunUrl = '/api/student/run/launch';
1717
private registerUrl = '/api/student/register';

0 commit comments

Comments
 (0)