Skip to content

Commit

Permalink
Merge pull request #17 from eslint-kit/fix/broken-request
Browse files Browse the repository at this point in the history
Fix broken request
  • Loading branch information
Evgeny Zakharov authored May 27, 2023
2 parents 72f8be1 + 1d204f3 commit 063b4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/eslint-kit-api/eslint-kit-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { Injectable } from '@nestjs/common'
import axios from 'axios'

const repo = axios.create({
baseURL: 'https://raw.githubusercontent.com/eslint-kit/eslint-kit/release',
baseURL:
'https://raw.githubusercontent.com/eslint-kit/eslint-kit/release/latest',
})

@Injectable()
Expand Down

0 comments on commit 063b4db

Please sign in to comment.