Skip to content

Commit

Permalink
Merge pull request #156 from CS3219-AY2324S1/final-touch-ups
Browse files Browse the repository at this point in the history
fix: api-gateway
  • Loading branch information
seelengxd authored Nov 15, 2023
2 parents 612cf4b + d391ee0 commit 54801f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/code/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { codeExecutionServiceClient } from '../base';

export default class ExecutorAPI {
protected getExecutorUrl(): string {
return '/api/code-execute';
return '/api/code-execute/';
}

public async submitCode(codeSubmission: ExecutorSubmissionPostData): Promise<string> {
Expand Down

0 comments on commit 54801f1

Please sign in to comment.