Skip to content

Commit

Permalink
refs #14 DaaS APIベースパスを修正 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
averak authored Jan 28, 2024
1 parent cea2417 commit f139946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slack.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var JUDGE_API_BASE_URL = "https://daas.abelab.dev/";
var JUDGE_API_BASE_URL = "https://daas.averak.net/";

function slack2SheetPost(jsonObj, score, isSlash, includeSensitive, mode) {
// スプレットシートに記述する
Expand Down

0 comments on commit f139946

Please sign in to comment.