Skip to content

Commit

Permalink
Merge pull request #271 from rits-dajare/feature/270-modify-daas-base…
Browse files Browse the repository at this point in the history
…-url

DaaS APIパスを修正
  • Loading branch information
averak authored Jan 28, 2024
2 parents 74f72f7 + cc03e25 commit 8a6d119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/dajare.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { z } from 'zod';

const baseUrl = 'https://api.abelab.dev/daas';
const baseUrl = 'https://daas.averak.net';

export type APIParams = {
'/judge': {
Expand Down

0 comments on commit 8a6d119

Please sign in to comment.