Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffd8846

Browse files
committed
Absolute birdseye URL because dev server loads/course with no trailing slash.
1 parent205e108 commitffd8846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎frontend/src/RunCode.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const runCode = ({code, source}) => {
8989
})
9090
)
9191
).then(()=>{
92-
consturl="birdseye/?call_id="+call_id;
92+
consturl="/course/birdseye/?call_id="+call_id;
9393
if(bookState.prediction.state==="hidden"){
9494
window.open(url);
9595
}else{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp